Adding Auto Layout to our Photo Filter cell

Next, we want to add auto layout to our cell.

  1. In the Outline view, select the Image View and then the Pin icon. Enter the following values:
  1. Click Add 4 Constraints.
  2. Next, select the label and enter the following values:
  1. Click Add 4 Constraints.

Our cell setup is complete. We have one more View Controller to do and that is our Add Review section.