Search code examples
objective-cuisplitviewcontrollerdetailview

SplitViewController detail view transition


My problem is that my detail view gets presented instead of being pushed on compact devices, has anybody ever encountered this behaviour? if so, how did you get it to do the push?

My StoryBoard setting:

splitviewcontroller->

-Master(UITabbarController) -> first Tab (navigation controller) -> root (custom class) with show detail segue to Detail (navigation controller)

-Detail (navigation controller) -> root (custom class)

I don't have enough rep to post pictures, any help or pointers would be greatly appreciated

[EDIT] Here's a snapshot of my storyboard with some annotations


Solution

  • Ok, so the problem was that the root controller for my master controller of the split controller, was a UITabbar. I solved it with a navigation controller with the tabbar as its root controller