Add the Views
Drag out a table view from the object library.
Select the table view,
switch to the attributes inspector,
and change the number of Columns to 3
.
Name the columns Make/Model,
Price, and Special.
The first column will display a picture of the car as well as its make and model. However, currently the Table Cell View only contains a text field. In order to display an image, you need a Table Cell View which contains both an image view and a text field. The easiest way to do this is to delete the current Table Cell View and replace it with one that contains both of these views.
Use the document outline to select the column’s Table Cell View, the first child of the Make/Model table column (Figure 13.5). Once you have selected ...
Get Cocoa Programming for OS X: The Big Nerd Ranch Guide now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.