Changes

Jump to: navigation, search
Adding the Navigation Code
@synthesize authorList;
@synthesize booksController;
</pre>
 
Remaining within the RootViewController.m file, locate the template didSelectRowAtIndexPath method and modify it as follows:
 
<pre>
- (void)tableView:(UITableView *)tableView
didSelectRowAtIndexPath:(NSIndexPath *)indexPath {

Navigation menu