March 2012
Beginner
338 pages
7h 53m
English
In this chapter, you’re going to take a whistle-stop tour of table views and the elements from which they’re built. Although this chapter does not present a lot of code, it will provide a useful foundation later, when you start to customize table views.
Along the way, you’ll look at the following:
UITableView’s relationship to the UIScrollView superclassUITableViewController class to take advantage of its template methodsAt its simplest, a table view is a list of items that can (often) be scrolled vertically. Because this is a common ...