iPad App: Simple Launch View -> SplitViewController

Posted by Aurimas on Stack Overflow See other posts from Stack Overflow or by Aurimas
Published on 2010-05-29T13:02:25Z Indexed on 2010/05/29 13:12 UTC
Read the original article Hit count: 328

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!

© Stack Overflow or respective owner

Related posts about ipad

Related posts about uinavigationcontroller