TTNavigator 问题,重新启动期间有 2 个导航栏
我在应用程序重新启动期间遇到奇怪的问题,当我尝试恢复视图时出现两个导航栏TTNavigator 的控制器
I'm having weird issue during application relaunch, I get two Navigation Bars when I try to restore the view controllers of TTNavigator
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
既然 iOS 4 具有后台处理功能,请考虑从应用程序委托中删除控制器持久性。如果您的应用程序进入后台并重新打开,它无论如何都会回到旧状态。
导航器持久模式适用
于 iOS 4 之前的设备。我发现完全禁用它要容易得多。
now that iOS 4 has background processing, consider removing the controller persistence from your app delegate. if you app goes into the background and reopened, it will come back to the old state anyway.
to
The navigator persistence mode was intended for devices pre iOS 4. I found that disabling it completely is much easier.