Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 381 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 381 Bytes

####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]];
}