Configuring the locationCell table view cell
The last thing to do in this chapter is to configure the table view cells inside the Locations screen. As you have seen in the app tour, each table view cell just contains text, so all you need to do now is to enable the prototype cell for the table view and set the identifier for the table view cell to locationCell
. Follow these steps:
- Find the view controller scene triggered by the button in the Explore View Controller Scene. Select the Table View in the document outline. Click the Attributes inspector button. Set Prototype Cells to
1
:
A prototype table view cell will appear in the table view.
- To set the style and identifier for the cell, click Table View Cell in the document outline. Click the Attributes inspector button and enter the following values:
Style: Basic
Identifier: locationCell