Changes

Jump to: navigation, search
Adding the TableView Controller to the Storyboard
From the perspective of the user, the entry point into this application will be a table view containing a list of cars, with each table view cell containing the vehicle make, model and corresponding image. As such, we will need to add a Table View Controller instance to the storyboard file. Select the MainStoryboard.storyboard file so that the canvas appears in the center of the Xcode window. From within the Object Library panel (accessible via the ''View -> Utilities -> Show Object Library'' menu option) drag a Table View Controller object and drop it onto the storyboard canvas as illustrated in Figure 24-1:
 
[[Image:iphone_ios_6_tableview_in_story.png|A Table View scene in a storyboard]]
 
Figure 24-1

Navigation menu