10UITableView and UITableViewController

Many iOS applications show the user a list of items and allow the 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, it’s a UITableView 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.

Figure 10.1  Examples of UITableView

Examples of UITableView

Beginning the Homepwner Application

In this chapter, you are going to start an application called Homepwner that keeps an inventory of all your possessions. In the case of a fire or other catastrophe, ...

Get iOS Programming: The Big Nerd Ranch Guide, Second Edition 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.