iPad: Merge concept of SplitViewController and NavigationController in RootView?

Posted by MikeN on Stack Overflow See other posts from Stack Overflow or by MikeN
Published on 2010-04-18T15:53:55Z Indexed on 2010/04/19 15:13 UTC
Read the original article Hit count: 725

I'm having trouble merging the two concepts of using a SplitViewController in my main view and having the "RootView" controller that controls the left panes popup/sidebar table view.

I want to have the left "RootView" act as a navigation menu, but how do I do this when the RootView is tied through MainWindow.xib into the left pane of the SplitView?

Basically, I want the left navigation to work just like the built-in email applications folder drilldown navigation. Is there an example iPad project out there that uses both SplitView and a NavigationView for the left/Root pane?

© Stack Overflow or respective owner

Related posts about ipad

Related posts about uisplitviewcontroller