I want to make a UISplitViewController in portrait mode just like in the Settings app. How can I do it?
feedback
|
|
A bit late, but also take a look at the MGSplitViewController by Matt Gemmel. It does what you need and so much more. It's what UISplitViewController should be, and it's a snap to implement. | |||
|
feedback
|
|
From the UISplitViewController class documentation:
(Emphesis added.) | |||||||||||
feedback
|