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

Picking up where we left off


In the last chapter, we created all our files and then connected them to our storyboard. We then added all of the required elements (labels, image views, and so on) to each view controller. Last, we created outlets and connected them to our storyboard elements. The purpose of this chapter, along with that of the following chapter, is to finish building the application. We will be implementing one portion of the core functionality, which is the ability to take or select a photo, add a name, and then save the data. Once we complete this, we can start using some of the new features of iOS 7 to add additional visual appeal to our application.