Does the UISplitViewController have to be the root controller of an iPad app?

Posted by Ralph on Stack Overflow See other posts from Stack Overflow or by Ralph
Published on 2010-02-22T17:51:17Z Indexed on 2010/03/24 22:23 UTC
Read the original article Hit count: 290

Hey friends,

According to Apple's documentation on the UISplitViewController (in the new iPad 3.2 SDK) it looks like they intend for you to use it only as a root controller of an app. In other words...it seams like you cannot push a UISplitViewController onto a UINavigationController because obviously the UINavigationController would need to hold the split view.

Can anyone confirm if this is a true limitation of the UISplitViewController? I was hoping to use the split view in my app a few levels deep in my UINavigationController hierarchy but it looks like I won't be able to do that unless there is a way.

Thank you!

© Stack Overflow or respective owner

Related posts about ipad

Related posts about uisplitviewcontroller