UISplitViewController set in portrait mode
Posted
by dragon
on Stack Overflow
See other posts from Stack Overflow
or by dragon
Published on 2010-06-18T05:00:45Z
Indexed on
2010/06/18
5:03 UTC
Read the original article
Hit count: 296
iphone
In ipad app I want to set UISplitViewController method set in portrait mode.(i.e Like Settings application in ipad)
I have created a SplitViewbased application .When i run the application in portrait mode it doesn't show the splitview when i change the orientation into landscape it shows the splitview.In portrait mode also there is a toolbar button name "Root List" When i click the button it shows popover view to split view.
I want to show splitview in portrait mode with two separte views each has navigation controller.
Can anyone help me ?
Thanks in advance......
© Stack Overflow or respective owner