Pro iOS Persistence: Using Core Data
Pro iOS Persistence explains how to build apps in Objective-C and Swift that persist and use data most effectively including the popular Core Data framework. Covering common and advanced persistence patterns, this book prepares any iOS developer to store and retrieve data accurately and efficiently.
This book starts by giving you a solid grounding in Core Data, providing a foundation for the rest of the book. With this knowledge, you'll have all you need to master Core Data and power your data-driven applications. You'll see how to work with SQLite and how to create an efficient data model to represent your data. Once you've established your data model, you'll learn how to work with data objects and refine result sets to get the most out of the stored data.
The advanced portions of the book begin by showing you how to tune your apps' performance and memory usage, to give you a truly professional edge. You'll see how to version and migrate your data as well, to ensure your data stays organized and efficient. Finally, the book covers managing table views with NSFetchedResultsController.
This book is for iOS app developers who have some experience building iPhone or iPad apps. Recommended reading before using this book: Beginning level iOS books.
2. Building Data Models
3. Advanced Querying
4. Attending to Data Quality
5. Integrating with the User Interface
6. Versioning and Migrating Data
7. Encrypting and Transforming Data
8. Talking to Services: iCloud, RestKit, and Dropbox
9. Tuning Performance, Memory Usage, and Multithreading