Simplicity, carried to the extreme, becomes elegance.
—Jon Franklin
Until now, we’ve been discussing Core Data stack setup techniques, inserting data, and fetching.
But this book is not only about the technical details but also about practical usage and methodology.
How to set the boundaries for Core Data in our app
What is DTO (data transfer object) and how it works with Core Data
How to observe store changes and update our UI
What is NSFetchedResultsController ...