In the previous chapter, you completed the basic structure of your storyboard. You implemented all of the screens required for your app, but the content on each screen still needs work. For example, the Explore screen has a collection view section header containing a button and a collection view that displays a grid of exploreCell collection view cells, but the collection view section header and exploreCell collection view cells do not match the design shown in the app tour in Chapter 9, Setting Up the Basic Structure.
In this chapter, you'll modify the Explore, Restaurant List, and Locations screens to match the design shown in the app tour.
For the Explore screen, you'll add labels and a view to the collection view section header, and configure the button's appearance. You'll also modify the exploreCell collection view cell...