iPad App: Simple Launch View -> SplitViewController
- by Aurimas
Hello,
I want to create an iPad app that would have a simple view at launch with buttons to different components of the app. Each button then could open up a splitviewcontroller type views. (Interface similar to WebMD: http://itunes.apple.com/us/app/webmd-for-ipad/id373185673?mt=8)
I was reading online that Apple does not allow splitviewcontroller inside other controllers (like NavigationController).
How do I solve this?
Thanks!