0Pricing
SwiftUI Academy · Lesson

The Core Data Stack

Set up the persistent container and context.

Meet Core Data

Core Data is Apple's mature framework for saving structured app data on the device, so your records survive after the app closes. 💾

What the Stack Is

The Core Data stack is the small set of objects that work together to load your data model and read or write records.

All lessons in this course

  1. The Core Data Stack
  2. Fetching with @FetchRequest
  3. Creating & Saving Entities
  4. Predicates & Sort Descriptors
← Back to SwiftUI Academy