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!