Skip to content

jessefang/SFHudView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SFHudView

simple progress hud

usage

+ (instancetype)showInView:(UIView *)view withText:(NSString *)text animated:(BOOL)animated;
+ (instancetype)popMessage:(NSString *)text InView:(UIView *)view duration:(NSTimeInterval)duration animated:(BOOL)animated;

remove hud

+ (void)dismissInView:(UIView *)view animated:(BOOL)animated;
+ (void)dismissAll:(BOOL)animated;
- (void)dismiss:(BOOL)animated;

About

simple progress hud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors