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

Summary


In this chapter, we built the most important component of our application, the ability to create new food entries. Now that all of this data has been saved, we can retrieve it and start displaying it to our user. Because everything is saved directly to the device, we are able to manipulate this data instantly and use it as we please.

In the next chapter, we will build the final piece of our application's core functionality: viewing the user-created data both in a table view and in a detail view.