Creating reviews

We will have a form that users can use to write reviews. This Create Review form takes a name, a rating, a review, and an image, and will look like the following:

Creating reviews

To create this form, we will use a static Table View as we did with restaurant details. This 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-in to the static Table View.

Setting up the Review Storyboard

Let's now set up this static Table View:

  1. In the Outline view, select the Table View that we just added, ...

Get iOS 10 Programming for Beginners now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.