December 2016
Intermediate to advanced
416 pages
15h 21m
English
There are many ways to save and load data in an iOS application. This chapter will take you through some of the most common mechanisms as well as the concepts you need for writing to or reading from the filesystem in iOS. Along the way, you will be updating Homepwner so that its data persists between runs (Figure 16.1).
Figure 16.1 Homepwner in the task switcher
Most iOS applications are, at base, doing the same thing: providing an interface for the user to manipulate data. Every object in an application has a role in this process. Model objects are responsible ...
Read now
Unlock full access