Chapter 12: Modifying and Configuring Cells
In the previous chapter, you implemented all the screens required for your app, but the cells in the Explore, Restaurant List and Locations screens still need work. For example, the Explore screen's collection view section header and collection view cells do not match the design shown in the app tour in Chapter 9, Setting Up the User Interface.
In this chapter, you'll modify and configure 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 views to the collection view section header and configure the button's appearance. You'll also modify the exploreCell
collection view cell by adding an image view and a label to it. For the Restaurant List screen, you'll modify the restaurantCell
collection view cell by adding labels, buttons and an image view to it. You'll also configure the image view to show a default image....