June 2011
Intermediate to advanced
590 pages
19h 31m
English
In the last chapter, you created an application that displays a list of Possession instances in a UITableView. The next step for Homepwner is allowing the user to interact with that table – to move, delete, and insert rows. Figure 11.1 shows what Homepwner will look like by the end of this chapter.
Figure 11.1 Homepwner in editing mode

UITableView has an editing property, and when this property is set to YES, the UITableView enters editing mode. Once the table view is in editing mode, the rows of the table can be manipulated by the user. The user can change the order of the rows, add rows, or remove rows. Editing ...
Read now
Unlock full access