【发布时间】:2014-11-12 13:58:26
【问题描述】:
【问题讨论】:
-
@mohammad-- 你现在工作了吗?
-
它的工作,但我需要在我的表格视图上方显示我的进度
-
你试过我的代码了吗?它对我有用。
-
是的,我的代码是 progressBar = [[MBProgressHUD alloc] initWithView:self.navigationController.view]; [self.view addSubview:progressBar]; progressBar.labelText = @"加载中";进度条.square = YES;但还是有同样的问题
-
更新这个 [[MBProgressHUD alloc] initWithView:self.navigationController.view];到 [[MBProgressHUD alloc] initWithView:self.view];
标签: ios objective-c xcode progress-bar