PDA

View Full Version : Where to get this control/controls?




Sergio10
Sep 6, 2009, 02:29 PM
Hi,

Does this control is standard? Where to find it?
http://img30.imageshack.us/img30/4909/3iphoneimportantcaller.th.png (http://img30.imageshack.us/i/3iphoneimportantcaller.png/)

Thank you.



dejo
Sep 6, 2009, 02:31 PM
That looks to be a UITableView.

Sergio10
Sep 6, 2009, 03:20 PM
Is it possible to add some custom controls to UITableVIew (like UILabels, UIImageVIew etc)?

dejo
Sep 6, 2009, 03:43 PM
Is it possible to add some custom controls to UITableVIew (like UILabels, UIImageVIew etc)?
Yes, although UITableViewCells contain built-in support for some of those things already. Have a look through the Table View Programming Guide (http://developer.apple.com/iphone/library/documentation/UserExperience/Conceptual/TableView_iPhone/Introduction/Introduction.html) first. Then come back if you still have further questions.

PhoneyDeveloper
Sep 6, 2009, 06:31 PM
To be clear, everything on that screen below the navbar is part of a grouped table. That includes the picture, text "The Wife", the two lines you circled, and the three buttons below that.

UICatalog uses grouped tables for its display. So does settings.app.