0

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!

Rad'Val
  • 8,895
  • 9
  • 62
  • 92
  • possible duplicate of [iPad SplitViewController with menu in portrait mode like settings app](http://stackoverflow.com/questions/2631672/ipad-splitviewcontroller-with-menu-in-portrait-mode-like-settings-app) – Stephen Darlington Sep 10 '10 at 12:44

2 Answers2

1

Bizarrely there is no standard control to do it. There is, however, an open source component that you can use: MGSplitViewController.

Stephen Darlington
  • 51,577
  • 12
  • 107
  • 152
  • @priyanka I think that's relevant to the question but not my answer. I've added my vote to close this question, noting the question you note as the reason. – Stephen Darlington Sep 10 '10 at 12:45
0

Someone created a custom class that does that. Take a look at APSplitViewController.

Mustafa
  • 20,504
  • 42
  • 146
  • 209