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......