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

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -