Creating reviews

We have a form that users can use to write reviews. This Create Review form takes a title, a name, a rating, and a review.

To create this form, we use a static Table View as we did with restaurant details. Using a Table View makes it easier for us, because the static Table View comes with a lot of built-in functionality that we do not need to code. For example, keyboard dismissal and scrolling the View when a text area is tapped are all built into the static Table View.