Changes

Jump to: navigation, search
Establishing the Storyboard Segue
[[Image:xcode_5_ios_7_tableview_seque.png|A segue added to the iOS 7 TableView navigation example]]
Figure 24-3
Build and run the application and note that selecting a row in the table view now displays the second view controller which, in turn, has a button in the toolbar to return to the “Cars” table view. Clearly, we now need to do some work on the CarDetailViewController class so that details about the selected car are displayed in the view.
<google>BUY_IOS7</google>
 
== Modifying the CarDetailViewController Class ==

Navigation menu