Let's now set up this static Table View:
- In the Outline view, select the Table View that we just added, and then open the Attributes inspector in the Utilities panel.
- Under Table View, update Content from Dynamic Prototypes to Static Cells.
- Next, select the Table View section in the Outline view.
- Under Table View section in the Attributes inspector, update Rows to 4, and then hit Enter.
- 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.
- 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.