Does anyone know what view/controller do I have to use to obtai开发者_StackOverflow社区n the same look as the Settings application on iPad has in the left pane. Without using the splitviewcontroller that is.
Thanks in advance!
Bizarrely there is no standard control to do it. There is, however, an open source component that you can use: MGSplitViewController.
Someone created a custom class that does that. Take a look at APSplitViewController.
精彩评论