In the previous chapter, you worked through the basics of using table views. In this chapter, you’ll go further by adding navigation controllers.
Table views and navigation controllers work together, but strictly speaking, a navigation controller doesn’t need a table view to function. As a practical matter, however, when using a navigation controller, you normally include at least one or more tables because the strength of the navigation controller lies in the ease with which it handles complex hierarchical data. On the iPhone’s small ...