iPad split controller that doesn't hide the left pane in portrait

Posted by Tim Norman on Stack Overflow See other posts from Stack Overflow or by Tim Norman
Published on 2010-05-01T14:49:22Z Indexed on 2010/05/01 15:07 UTC
Read the original article Hit count: 356

Filed under:
|

I am trying to implement a split view controller like UISplitViewController on the iPad, but I don't want the left pane to be hidden when the device is in portrait orientation.

So I've created a UIViewController subclass for this in IB and it works fine without any sub-view controllers. Now I'm trying to wrap my head around what is required to setup and manage the two UIViewController objects for the left and right panes. In my app, they are going to both be UINavigationController with a UITableView in them.

I've hit a mental road block about how to set this up and was hoping someone could point me to some sample code or give me a recommendation for architecture here...

© Stack Overflow or respective owner

Related posts about ipad-splitview

Related posts about ipad