Book Image

Application Development in iOS 7

By : Kyle Begeman
Book Image

Application Development in iOS 7

By: Kyle Begeman

Overview of this book

Table of Contents (15 chapters)
Application Development in iOS 7
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 3. Auto Layout 2.0

In this chapter, we will create our project and start building our application, Food and Me, starting with the custom menu view. First, we will create the project itself in Xcode 5. Next, we will create our storyboard. This consists of adding all the required elements and using the new Auto Layout to add constraints to our views. This is where we will dive directly into how Auto Layout works and how you will continue using Auto Layout for your future projects. Lastly, we will hook everything up to our code and set up our navigation. On completing this chapter, we will have a functional menu view complete with a bare navigation controller.