Creating a Review form

Let's now set up this static Table View:

  1. In the Outline view, select the Table View that we just added, and then open the Attributes inspector in the Utilities panel.
  2. Under Table View, update Content from Dynamic Prototypes to Static Cells.
  3. Next, select the Table View section in the Outline view.
  4. Under Table View section in the Attributes inspector, update Rows to 4, and then hit Enter.
  5. Now, select the Size inspector in the Utilities panel and, under select the first Table View cell, update Row Height to 50. Then, hit Enter.
  6. Finally, select the last cell and update the Row Height to 190. Then, hit Enter.

You should now have the following:

Next, we need to update the inside of each Table View cell.