Welcome to second section of this book. At this point, you're familiar with the Xcode user interface, and you have a solid foundation of 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 minimum of coding.
This part comprises the following chapters:
- Chapter 9, Setting Up the Basic Structure
- Chapter 10, Building Your App Structure in Storyboard
- Chapter 11, Finishing Up Your App Structure in Storyboard
- 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...