10. UITableView and UITableViewController
iPhone applications frequently show an interactive list of items that allows a user to select, delete, or reorder items on the list. Whether it’s a list of people in the user’s address book or a list of items on the App Store, a UITableView
is doing the work. A UITableView
displays a single column of data with a variable number of rows. Figure 10.1 shows some examples of UITableView
.
Beginning the Homepwner Application
Over the next six chapters, you’re going to develop an application called Homepwner that keeps an inventory of all your possessions. In the case of ...
Get iPhone Programming: The Big Nerd Ranch Guide now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.