Let's review where you are now. In Main.storyboard, you have a View ControllerScene that has a view containing a collection view. In ExploreViewController.swift, you have code that declares and defines the ExploreViewController class. You need to assign the ExploreViewController class as the view controller for the view containing the collection view. To do this, you will use the Identity inspector.
After that, you need to be able to manage the collection view from ExploreViewController. You'll create a connection between the collection view to an outlet in ExploreViewController.
To assign the identity of the view controller scene in the Explore screen to the ExploreViewController class, follow these steps:
- Click on Main.storyboard. Make sure the View Controller Scene for the Explore screen is selected. Click the...