简体   繁体   English

SplitView Xcode7 iOS9-iPhone的DetailViewController中缺少“后退”按钮

[英]SplitView Xcode7 iOS9 - Back button is missing in DetailViewController on iPhone

I have a small app. 我有一个小应用。 Just an Login-Screen and then an SplitView with one Table- and one Detail-View. 只是一个登录屏幕,然后是一个具有一个表视图和一个详细视图的SplitView。

The App starts with the login screen, after that the DetailView appears. 该应用程序从登录屏幕开始,然后出现DetailView。 Now I have a problem, in the DetailView is no 'Back'-Button, to open the Table-View. 现在我有一个问题,在DetailView中没有“后退”按钮,无法打开Table-View。

On the iPad everything works fine and the Button is there. 在iPad上,一切正常,按钮在那里。

Do somebody know where I can search for the problem? 有人知道我可以在哪里搜索问题吗? Or have somebody a solution? 还是有人解决?

Thanks! 谢谢! :) :)

Simon 西蒙

故事板

Your tableview is sending it to another navigationcontroller. 您的表视图将其发送到另一个导航控制器。 Send the tableview directly to the next controller 将tableview直接发送到下一个控制器

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 iOS9,xcode7中的supportedInterfaceOrientationsForWindow - supportedInterfaceOrientationsForWindow in iOS9, xcode7 使用XCode7 beta 4将项目更新到iOS9 - Update project to iOS9 with XCode7 beta 4 iOS9中的[_UIFlowLayoutSection updateEstimatedSizeForSection]中的UICollectionView崩溃 - Xcode7 - UICollectionView crash in [_UIFlowLayoutSection updateEstimatedSizeForSection] in iOS9 - Xcode7 自定义TableViewCell内容在ios9 xcode7上不可见 - Custom TableViewCell contents invisible on ios9 xcode7 如何使用Xcode7 / iOS9在Safari中调试UIWebView? - How to debug UIWebView with Safari using Xcode7/iOS9? iOS9 / Xcode7上的SpriteKit场景屏幕偏移 - SpriteKit scene screen offset on iOS9 / Xcode7 自定义TableViewCell内容在iOS9(Xcode7)上不可见 - Custom TableViewCell contents invisible on iOS9 (Xcode7) 如何在XCode7 iOS9中断言TextView值? - How to Assert TextView value in XCode7 iOS9? Xcode7 / iOS9:单元测试:iPhone开发人员:模棱两可(与“ iPhone开发人员:Max M.(团队A ID)和” iPhone开发人员:Max M.(Team B ID)匹配) - Xcode7 / iOS9: Unit Tests: iPhone Developer: ambiguous (matches “iPhone Developer: Max M. (Team A ID) and ”iPhone Developer: Max M. (Team B ID)) 删除并使用xCode7启动应用程序后,出现iOS9推送通知对话框 - IOS9 Push notifications dialog appears after delete and launch app with xCode7
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM