We have our static Table View set up now; we need another view that allows us to view restaurant reviews. Let's add that now:
- In the object library, in the filter field, type button. Drag this button and put it next to one of the tableview cells:
- Select the Main.storyboard file, making sure that you are zoomed out and can see all of your scenes (depending on your screen resolution). In the Utilities panel, ensure that you have the object library tab selected.
- In the filter field, type viewcontroller. Drag this View Controller and put it next to the Restaurant Detail View Controller.
- In the filter field, type label.
- Click on and drag Label and drop it onto the new View Controller we just added, next to the Restaurant Detail View Controller.
- Double-click in the Label and add the Reviews text.
- Select the Align icon that is to the left of the Pin...