Chapter 9. Working with Core Data
We've now spent three chapters working on building up the functionality for our note taking/journaling application, Snippets
. However, while we've demonstrated a good amount of the core features such as content creation, 3D touch support, location tracking, and social sharing, we still don't have an application that a user can carry around with them and use.
We are lacking a key feature: persistence.
When a user closes our app or turns off their phone, they lose all of the snippets they've created. To me that sounds like a pretty terrible journaling application. In this chapter we're going to finally give our app's model the attention it deserves!
To accomplish our goal of persistent app data across multiple launches, ...
Get Learning Xcode 8 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.