Search code examples
iphonexcodeipaduser-interface

How to create UI programmatically like "Settings UI" iPad?


I am developing iPad app and want to create settings UI like iPad have with all orientation.

That is, Left is the list of settings (General, mail, Wifi,video etc) and right side detail of selected setting option. Below are the images:

Portrait Mode

Landscape Mode


Solution

  • The layout of the settings app in the iPad is done using a UISplitViewController.