Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
When working with table views, it’s important to bear in mind that on their own, they are able to do very little. Just as it takes a small army of ground staff (not to mention the flight crew!) to get an airliner off the tarmac and into the skies, so tableViews need the help and support of other objects in order to function properly.
One of the main parts of building tableViews is getting the objects to play nicely together, so this chapter covers the following:
UITableView classes exploitSome of this chapter’s content might feel somewhat abstract and theoretical—but sticking with it is worthwhile. Developing your expertise with iOS (and tableViews especially!) often requires dealing with situations where you find yourself thinking, “Where the heck did that come from?” Figuring out what that is, and where it came from is generally a case of understanding the design patterns that iOS uses—some of which are covered in this chapter.