To set up our cell, we need to perform the following steps:
- In Main.storyboard, select the Collection View prototype cell, which is the small box inside of your Collection View.
- Open the Attributes inspector in the Utilities Panel:
- Update the following:
-
- Identifier: exploreCell
- Background: Demo Grey
- To update the background, you will need to click on the drop-down arrow under Background. You will see that our Demo Grey is added:
You should now see the following:
Next, we need to add a section header.