how is called this ui control to manage multiple things like in the contacts or for classic user/passwords?
like this for example:
alt text http://grab.by/grabs/f3a70d97dc2579457db8c28d95c5694a.png
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.