UITabBar和后退按钮在iOS 9中消失

2 ios uistoryboard ios9

在iOS 9中,当我从表格导航到导航控制器时,导航栏和标签栏消失.结果,我的用户将被软管.怎么解决?

我的StoryBoard结构基本上是这样的:

->Tab Bar Controller->Nav Controller->Table View->Nav Controller->Table View->....
Run Code Online (Sandbox Code Playgroud)

当我在第一个表视图中选择一行时,会出现segue,但标签栏和后退按钮会消失.

ios 8 ----> ios 9

请注意右图中缺少的部分.

已提交DTS请求,几个月前已报告错误等.

Mik*_*ong 5

是的,正如我所说,你不能在navigationController中嵌套navigationController,否则你会看到这种不受欢迎的行为.虽然你能够以某种方式在Xcode 6/swift 1.2中滑动,但Xcode 7已经遇到了许多漏洞.