#import "MBProgressHUDManager.h"
@property (nonatomic, strong) MBProgressHUDManager *HUDManager;
- (void)viewDidLoad
{
[super viewDidLoad];
self.HUDManager = [[MBProgressHUDManager alloc] initWithView:self.navigationController.view];
[self.HUDManager showIndeterminateWithMessage:@"With a block" duration:2 complection:^{
}];
}
用户登录
还没有账号?立即注册
用户注册
投稿取消
| 文章分类: |
|
还能输入300字
上传中....
最帅的小丑