首页 > 其他 > 详细

状态栏提示

时间:2015-10-06 14:05:46      阅读:170      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!