Storyboard, UIViewController and UISplitViewController
Trying to make storyboard based application for iPad. In it I need to transition from start screen (UIViewController) to main screen (UISplitViewController) and then to full-screen view (again UIViewController). I saw a number of discussions on the web (at least several - on stackoverflow), stating that UISplitViewController can't be used in Storyboard based application any other way than being RootViewController. Some threads contain workarounds and there's also alternative splitview ( https://github.com/mattgemmell/MGSplitViewController ) to cope with this. But what I can't understand is why