Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Using UITableView's built-in standard cell types is a great way to get up and running quickly. But pretty soon you're going to run up against the limitations of the standard look and feel and want to move beyond the typical layouts.
Creating and using custom cells isn't difficult, and builds on all the topics that we've covered so far. There are three main ways of customizing cells:
contentViewUITableViewCellThe three methods complement each other. In this chapter, you'll look at the first two. Then in Chapter 9, you'll take a detailed look at custom subclasses.
The two approaches in this chapter are different ways to achieve much the same result, but there's a certain amount of commonality between them. This chapter's examples include some repetition in order so it's possible to compare the two techniques.