How can I set the Inital Orientation for a UISplitViewCOntroller-based iPad App
Posted
by MystikSpiral
on Stack Overflow
See other posts from Stack Overflow
or by MystikSpiral
Published on 2010-04-21T22:22:50Z
Indexed on
2010/04/28
0:13 UTC
Read the original article
Hit count: 683
I have a split view app running fine on the iPad. It is using the default setup (Popover in Portrait, table view on the left in landscape). The views shift correctly once the app is running. The problem I am seeing is that when the app starts (in the simulator) running in landscape mode the UI paradigm is the one intended for Portrait mode (Master List is a popover) is what loads.
I am thinking this is some strangeness with the simulator, or I am missing an option on my main view controller.
© Stack Overflow or respective owner