When you tap the button in the collection view section header of the Explore screen, another view representing the Locations screen will be presented modally, but it will be blank. Let's add a table view to this view. Go through the following steps:
- Build and run the Lets Eat app to make sure everything still works as it should. Tap the Button in the Collection Reusable View of the Explore screen. A second view will appear showing the Cancel and Done buttons. Note that the screen is blank. Tap the Cancel button and stop the app.
- Click Main.storyboard and select the View Controller icon in the View Controller Scene, which is presented modally by the button in the Explore View Controller Scene. Click the Object library button:
- Type table into the filter field. A Table View object will appear in the results.
- Drag the Table...