Reputation: 9231
Does anyone know what view/controller do I have to use to obtain the same look as the Settings application on iPad has in the left pane. Without using the splitviewcontroller that is.
Thanks in advance!
Upvotes: 0
Views: 144
Reputation: 20564
Someone created a custom class that does that. Take a look at APSplitViewController.
Upvotes: 0
Reputation: 52565
Bizarrely there is no standard control to do it. There is, however, an open source component that you can use: MGSplitViewController.
Upvotes: 1