One of the things that you will find is that an iOS app is never really done. You'll always find ways to improve and refine your app. Build and run the Let's Eat app, and compare it with the design shown in the app tour. You will notice upon close inspection that your app's screens have minor differences when compared to the screens shown in the app tour, and require minor changes.
Refer to the screenshot of your app's Explore screen shown here:
The changes required for the Explore screen are as follows. Refer to the numbers to see the parts that need to be changed:
- The grey navigation bar (1) is not present on the app tour and will need to be removed.
- The collection view cells (2) have sharp edges. You'll need to implement rounded corners for the cells to match the cells shown in the app tour.
- The color of the Tab Bar (3) is...