January 2012
Beginner
655 pages
16h 35m
English
The two protocols are UITableViewDataSource and UITableViewDelegate.
The UITableViewDataSource protocol contains events that you can implement to populate the Table view with the various items.
The UITableViewDelegate protocol contains events that you can implement to handle the selection of rows in a Table view.
To add an index list to your Table view, you need to implement the sectionIndexTitlesForTableView: method.
The three disclosure and checkmark accessories are as follows:
The UITableViewCellAccessoryDetailDisclosureButton image handles a user's tap event. The event name is tableView:accessoryButtonTappedForRowWithIndexPath:.