cocoa touch - iPhone UI controls -
Which category is used to create a checkbox list on clickable classes (> arrows) and the last shot?
Look at the UINavigationController.
To create a list, use the UITableView and set the accessories "Disclosure Indicator" on the cell (in the interface builder).
The screenshot is from the app, though. If you want to create a sub-panel for settings, then you have to use a different approach ()
Comments
Post a Comment