Changes

Creating the Second View Controller
== Creating the Second View Controller ==
<google>IOSBOX</google>
To create the view controller for the table view that will display the list of books written by the selected author, right click on ''Classes'' under ''Groups & Files'' in the main Xcode project window and select ''Add -> New File''. On the template selection screen, select iPhone OS Cocoa Touch Class followed by the UIViewController subclass icon. Make sure that the ''UITableViewController'' subclass option is selected. We will manually create the NIB file later so leave the ''With XIB for user interface'' option unchecked: