标签:
- (void)viewDidLoad { [super viewDidLoad]; // /** // * 显示图片+文字信息 // */ // + (void)showImageName:(NSString *)imageName text:(NSString *)text; // // /** // * 显示图片+文字信息 // */ // + (void)showImage:(UIImage *)image text:(NSString *)text; // // /** // * 显示成功信息 // */ // + (void)showSuccess:(NSString *)text; // // /** // * 显示失败信息 // */ // + (void)showError:(NSString *)text; // // /** // * 显示正在处理的信息 // */ // + (void)showLoading:(NSString *)text; // // /** // * 显示普通信息 // */ // + (void)showText:(NSString *)text; // // /** // * 隐藏 // */ // + (void)hide; } - (IBAction)btn:(id)sender { // [XMGStatusBarHUD showImageName:nil text:@"加载成功"]; // [XMGStatusBarHUD showSuccess:@"ok"]; // [XMGStatusBarHUD showLoading:@"loading"]; [XMGStatusBarHUD showText:@"sdfasdfasdf"]; }
标签:
原文地址:http://www.cnblogs.com/coderMJL/p/4857039.html