my iPad app starts with a normal UIView showing a login. After the user logged in the screen is supposed to switch to a split view.
XCode\'s SplitViewTemplate (and all examples
I found this post. Best way to switch between UISplitViewController and other view controllers?
It seems it really is not supposed to work. You have to put it in the main xib and then apply tricks...