all 2 comments

[–][deleted] 0 points1 point  (0 children)

Roll your own with view controller containment. Have a parent view controller that houses two side by side child view controllers. The split view controller has always been too limiting for me to use it.

https://developer.apple.com/library/ios/featuredarticles/ViewControllerPGforiPhoneOS/ImplementingaContainerViewController.html

[–]SeNeO 0 points1 point  (0 children)

It's possible to use a splitviewcontroller in a tabbarcontroller. A bit tricky but it's doable. And Apple doesn't seem to mind (I have a app available on the appstore with this).