简体   繁体   中英

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.

The App starts with the login screen, after that the DetailView appears. Now I have a problem, in the DetailView is no 'Back'-Button, to open the Table-View.

On the iPad everything works fine and the Button is there.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM