In this section, you will implement a new view controller scene to represent the Review Form screen. Then, you will add a button to one of the table view cells in the scene representing the Restaurant Detail screen to display it. Go through the following steps:
- Click the Object library button and type button into the filter field. A Button object appears as one of the results. Drag it to the top static cell in the Table View Controller Scene:

- Position it on the right-hand side of the cell:

- Click the Object library button and type view con in the filter field. A View Controller object will appear as one of the results. Drag it next to the Table View Controller scene:

- A new View Controller scene will appear:

- Click the Object Library button and type label in the filter field. A Label object appears as one of the results. Drag it to...