Core Data: Fundamentals

Jul 19 2022 · Swift 5.5, iOS 15.4, Xcode 13.3.1

Part 1: The Core Data Stack

05. Persistent Store Coordinator

Episode complete

Play next episode

Next
About this episode

Leave a rating/review

See forum comments
Cinema mode Mark complete Download course materials
Previous episode: 04. Managed Object Context Next episode: 06. Setting Up the Stack

Get immediate access to this and 4,000+ other videos and books.

Take your career further with a Kodeco Personal Plan. With unlimited access to over 40+ books and 4,000+ professional videos in a single subscription, it's simply the best investment you can make in your development career.

Learn more Already a subscriber? Sign in.

Notes: 05. Persistent Store Coordinator

NS PersistentStore Coordinator documentation](https://developer.apple.com/documentation/coredata/nspersistentstorecoordinator)

Heads up... You've reached locked video content where the transcript will be shown as obfuscated text.

So far you know that Core Data represents models using Entities as managed object models. You also know that it creates these inside of a managed object context to create the object graph. As you modify the graph, the context keeps track of these changes. But what does it do with those changes?