如何在第一个选项卡视图正在进行时导航下一个选项卡?
我在 UITabBarcontroller 中有 4 个选项卡。我的问题是我需要通过用户单击导航到下一个选项卡,而第一个选项卡进程正在进行?如何在后台运行该进程?
现在,当第一个选项卡视图正在处理时,第二个选项卡不起作用。我使用 PerformSelectorInBackground 但它对我没有帮助?任何人都可以帮助我吗????
我英语不好,你能理解我的问题吗?
尤瓦·M
I have 4 tabs in UITabBarcontroller. My problem is i need to navigate to next tab by user click while first tab process in on going?? how to run the process on background??
Now second tab not working while the first tab view in process. I used PerformSelectorInBackground but it's not help me?? Can any one help me Please????
Am poor in english, can you understand my problem?
Yuva.M
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 < 运行繁重的流程代码>NSThread。
摘自此处< /a>:
Run your heavy process with
NSThread
.Snippet from here: