Contents

Core Data stack

Manage and persist your app’s model layer.

Overview

Core Data provides a set of classes that collaboratively support your app’s model layer:

[Image]

You use an NSPersistentContainer instance to set up the model, context, and store coordinator simultaneously.

Topics

Stack Setup

Object Modeling

Object Management

Store Coordination

See Also

Essentials