In Section 1 of this book, you studied the Swift language. Now that you have a good working knowledge of the language, you can learn how to develop an iOS application.
In this part, you will focus on building the user interface of a restaurant reservation app, Let's Eat. You will use Xcode's Interface Builder for this, and coding will be kept to a minimum.
You'll start by learning useful terms used in iOS app development, which are used extensively throughout this book. Not only will this help you to understand the rest of this book, but it will also be useful when you're reading other books or online resources on iOS app development.
Next, you will tour the screens used in the Let's Eat app and learn how the user would use the app. This will be useful for comparison purposes as you recreate the app's user interface...