Changes

Jump to: navigation, search
no edit summary
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 20-1:
 
[[Image:|An iPad iOS 5 Storyboard Table View example]]
[[Image:ipad_ios_5_table_view_in_storyboard.jpg|An iPad table view scene in an Xcode storyboard]]

Navigation menu