hi all! how is called this ui control to manage multiple things like in the contacts or for classic user/passwords? like this for example:
+1
A:
The view is UITableView with style : UITableViewStyleGrouped.
If there is only a UITableView in your view controller, you can directly use a UITableViewController.
You might be interested in the Table View Programming Guide for iOS (highly recommended).
The one in the screenshot customizes its cells by adding UISwitch in them.
David
2010-08-13 12:16:33
thanks very much for the links!!
ghiboz
2010-08-13 12:23:27