Exploring the Core Data Stack With Xcode 8 and Swift 3

Опубликовано: 19 Ноябрь 2016
на канале: Cocoacasts
1,521
21

In this lesson, we zoom in on the building blocks of the Core Data framework. As I mentioned earlier, it is key that you understand how the various classes that make Core Data tick play together.

The star players of the Core Data framework are:
the managed object model
the managed object context
and the persistent store coordinator