Chapter 11. Basic Data Persistence

So far, we've focused on the controller and view aspects of the Model-View-Controller paradigm. Although several of our applications have read data out of the application bundle, none of our applications has saved their data to any form of persistent storage, persistent storage being any form of nonvolatile storage that survives a restart of the computer or device. With the exception of Application Settings, so far, every sample application either did not store data or used volatile or nonpersistent storage. Every time one of our sample applications launched, it appeared with exactly the same data it had the first time you launched it.

This approach has worked for us up to this point. But in the real world, your ...

Get Beginning iPhone 3 Development: Exploring the iPhone SDK now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.