TabBar 委托,如何在加载视图控制器之前等待特定 NSThread 的结束
我正在开发一个基于 TabBar 的应用程序,加载的第一个视图是 web 视图,在此期间我的应用程序委托正在 NSThread 中解析一个相当大的 xml,我想阻止从我的 Tabbar 加载一个特定的视图控制器,直到我的 NSTread 完成了他的工作。我已经在 AppDelegate 中实现了 Tabbar 方法委托“didSelectViewController”,当我选择 tabBar 的项目时,会调用此方法,但我不知道该怎么办!有人可以帮助我吗? 问候。 保罗.
I'm developing a TabBar based application, the first view being load is a webview, during this time my app delegate is parsing a pretty big xml in NSThread, i'd like to block one specific view Controller from being load from my Tabbar until my NSTread finish his job. I'have implemented Tabbar method delegate "didSelectViewController" in AppDelegate, when i select a tabBar's item this method is call but i don't know what to do with this! Could someone help me?
Regards.
Paul.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我发现了!
我写道:
grabImage 是我的 NSTread。
I find out!
I wrote :
grabImage is my NSTread.