TabBarController在View之间切换【切换到线程12803】
我创建了一个带有四个导航控制器的 TabBarController。这个功能很好,应用程序通过启动第一个导航控制器来显示它以前的样子。 但之后我创建了一个 UITableView(在第三个视图控制器上),应用程序通过启动第三个视图控制器一会儿来显示,然后切换到第一个视图控制器。而且 default.png 启动屏幕也不再显示。 我该如何纠正这个问题?调试器控制台显示以下消息:
[切换到线程12803]
[切换到线程13571]
先感谢您的帮助!
I've created an TabBarController with four Navigation Controllers. This functioned well, the application shows by start the first Navigation Controller, how it used to be.
But after that I created a UITableView (on the Third View Controller), the Application shows by start the Third View Controller for a moment and then it switch to the first view controller. And also the default.png Splash-Screen don't show up anymore.
How can I correct this? The Debugger Console shows the following message:
[Switching to thread 12803]
[Switching to thread 13571]
Thanks in advance for your help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
所以我解决了这个问题。我认为 iPhone 上保存了一些缓存,所以我恢复了旧版本的应用程序。之后就运作良好了!
So I fixed the problem. I think there was some cache saved on the iPhone, so I restored en older Version of the application. After that it functioned well!