Rad'Val
Rad'Val

Reputation: 9231

The controller in the left pane of the iPad Settings Application

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

Answers (2)

Mustafa
Mustafa

Reputation: 20564

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

Upvotes: 0

Stephen Darlington
Stephen Darlington

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

Related Questions