Changes

Jump to: navigation, search
Implementing the Functionality of the Second View Controller
self.books = nil;
}
</pre>
Next we need to implement the code to tell the table view how many rows to display and to provide the cells for those rows. These steps are much the same as those implemented for the root view controller earlier in the chapter:

Navigation menu