UISplitViewController pushed from "More" in UITabBarController

Hello,


in my app I'd like to have only one storyboard for both iPad and iPhone. My root controller is a

UITabBarController
with 7 children, most are
UISplitViewController
.


On the iPhone the More tab appears automatically to get access to all tabs, making them pushed from there, thus resulting in an error:


Split View Controllers cannot be pushed to a Navigation Controller


How can I solve this problem?

Thanks a lot!

Replies

I spent some time looking for a solution but I'm out of ideas.

Do you? 🙂


Thanks!

Hi laurent


Even with the changes to UISplitViewController in iOS 8, pushing a split view controller onto a navigation stack remains unsupported. Consider reworking your design to avoid having tabs containing a split view controller appear in the More screen.