Explore

Let's make some design tweaks before we jump into making our layout work for every device and start to get this app more polished.

Let's compare what we can see on an iPhone 8 with the original design:

There are a few things we need to fix:

  • Implement rounded corners
  • Remove the gray background
  • The navigation bar is being displayed
  • Tab bar color
  • Spacing

We will fix all of these, but we will focus on the first four right now. We have rounded corners in our photo filter list. We can implement these here. Open the ExploreCell.swift file by hitting command + shift + O, type ExploreCell, and hit enter. Add the following extension:

private ...

Get iOS 12 Programming for Beginners - Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.