作者热门文章
- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
我想按以下方式使用 MBProgressHUD
:在我的方法中,我调用多个服务器和其他需要显示 HUD 的操作。我想知道在完成这些特定操作之前“保持”主线程的最佳方法是什么。
例如:
method {
MBProgressHUD (action 1) //don't move on until this is done
//some other code...
MBProgressHUD (action 2)
//some other code...
}
我是 iOS 的新手,如果这太简单了,我很抱歉。谢谢。
最佳答案
我认为您在 MBProgressHUD 中使用了图形更改。
例子:-
[HUD showWhileExecuting:@selector(fetchNewData) onTarget:self withObject:nil animated:YES];
fetchNewData 将在辅助线程上调用。所以 在 MBProgressHUD 中不使用图形更改
。
如果你想在 hudWasHidden delegete
中使用图形更改
关于iphone - 主线程中的 MBProgressHUD 问题。,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10453189/
有人可以向我澄清主线 DHT 规范中的声明吗? Upon inserting the first node into its routing table and when starting up th
我正在尝试使用 USB 小工具驱动程序使嵌入式设备作为 MTP 设备工作。 我知道 Android 从大容量存储设备切换到 MTP 设备已经有一段时间了,并且找到了 source code for M
我是一名优秀的程序员,十分优秀!