我在viewdidload
之前加载NSdata中的数据我收到了以下消息
void SendDelegateMessage(NSInvocation*): delegate failed to return after waiting 10 seconds. main run loop mode: kCFRunLoopDefaultMode
If you were not using the touch screen for this entire interval (which can prolong this wait), please file a bug.
答案 0 :(得分:5)
我建议不要在主线程上做一些事情,这会在启动时花费10秒钟。显示一些UI,使用后台线程加载大型数据集。