Skip to content

A easy way to show a HUD with text and image, or custom view

Notifications You must be signed in to change notification settings

ShelinShelin/XLHUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

####XLHUD

gif

####usage

- (IBAction)btnAction_1:(id)sender {
    [XLHUD showImage:[UIImage imageNamed:@"Checkmark"] text:@"Success"];
}

- (IBAction)btnAction_2:(id)sender {
    [XLHUD showText:@"Success"];
}

- (IBAction)btnAction_3:(id)sender {
    [XLHUD showCustomView:[[CustomView alloc] init]];
}

About

A easy way to show a HUD with text and image, or custom view

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published