码迷,mamicode.com
首页 > 其他好文 > 详细

状态栏提示

时间:2015-10-06 14:07:26      阅读:143      评论:0      收藏:0      [点我收藏+]

标签:

- (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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!