void SendDelegateMessage(NSInvocation*):委托在等待10秒后无法返回.如何删除这种消息

cry*_*tal 7 iphone

我在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.
Run Code Online (Sandbox Code Playgroud)

Dav*_*des 5

我建议不要在主线程上做一些事情,这会在启动时花费10秒钟.显示一些UI,使用后台线程加载大型数据集.