Section 2:Design
Welcome to the second part of this book. At this point, you're familiar with the Xcode user interface, and you have a solid foundation for using Swift. In this part, you'll start creating the user interface of a restaurant reservation app, named Let's Eat. You will use Interface Builder to build the screens that your app will use, add elements such as buttons, labels, and fields to them, and connect them together using segues. As you will see, you can do this with a minimal amount of coding.
This part comprises the following chapters:
- Chapter 9, Setting Up the User Interface
- Chapter 10, Building Your User Interface
- Chapter 11, Finishing Up Your User Interface
- Chapter 12, Modifying and Configuring Cells
By the end of this part, you'll be able to navigate the various screens of your app in the iOS simulator, and you will know how to prototype the user interface of your own apps. Let's get started!
...