Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
This chapter has covered two of the three main ways of creating and configuring custom tableView cells:
contentView, and configuring these in the cellForRowAtIndexPathdataSource methodThe third approach—which is the most flexible, but also the one that requires most work to set up—is to create a custom subclass for each type of cell that your tableView requires. That's what the next chapter covers.