Skip to content

jiemi/JMFunHUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#JMFunHUD A creative and fun HUD can be easily added to your project ^ ^

The idea is from Dribbble

Dim

Blur

##Usage At first, import JMFunHUD.h

import "JMFunHUD.h"

###Normal Usage Show HUD

JMFunHUD *hud = [JMFunHUD hudForView:self.view];
hud.backgroundType = JMFunHUDBackgroundTypeBlur;
[hud show:YES];

Hide HUD

[hud hide:true];

###Shared HUD Or you can show a shared hud and note that the shared HUD is added to window by default .

[JMFunHUD showSharedHUD:YES withType:JMFunHUDBackgroundTypeBlur];

Note that you should hide it as shown below.

[JMFunHUD hideSharedHUD:YES];

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published