UITabBar 和后退按钮在 iOS 9 中消失
UITabBar and back button disappears in iOS 9
在 iOS 9 中,当我从 table 转到导航控制器时,导航栏和标签栏消失了。结果,我的用户将被淹没。如何解决?
我的 StoryBoard 结构基本上是这样的:
->Tab Bar Controller->Nav Controller->Table View->Nav Controller->Table View->....
当我在第一个 table 视图中 select 一行时,发生了 segue,但标签栏和后退按钮消失了。
---->
注意右图中缺失的部分。
已提交 DTS 请求,数月前已报告错误等
是的,正如我所说,您不能在 navigationController 中嵌套 navigationController,否则您会看到这种不良行为。虽然您可以通过这样做在 Xcode 6/swift 1.2 中以某种方式滑动,但 Xcode 7 已经解决了许多漏洞。
在 iOS 9 中,当我从 table 转到导航控制器时,导航栏和标签栏消失了。结果,我的用户将被淹没。如何解决?
我的 StoryBoard 结构基本上是这样的:
->Tab Bar Controller->Nav Controller->Table View->Nav Controller->Table View->....
当我在第一个 table 视图中 select 一行时,发生了 segue,但标签栏和后退按钮消失了。
注意右图中缺失的部分。
已提交 DTS 请求,数月前已报告错误等
是的,正如我所说,您不能在 navigationController 中嵌套 navigationController,否则您会看到这种不良行为。虽然您可以通过这样做在 Xcode 6/swift 1.2 中以某种方式滑动,但 Xcode 7 已经解决了许多漏洞。