Under the hood, Core Data is made up of many parts working together. In this chapter, you’ll learn about how these parts fit together, and move away from the starter Xcode template to build your own customizable system…
iOS & Swift
Data Persistence with SwiftData
Mar 19 2025 · Multimodal Module (3 hrs, 0 mins)
This lesson covers converting an existing Core Data SwiftUI app to SwiftData…
iOS & Swift
Modern, Efficient Core Data
Dec 7 2020 · Article (30 mins)
…this tutorial, you’ll learn how to improve your iOS app thanks to efficient Core Data usage with batch insert, persistent history and derived properties…
iOS & Swift
Lightweight Migrations in Core Data Tutorial
Sep 21 2018 · Article (20 mins)
Learn how to keep your data models up-to-date with this Core Data migrations tutorial…
iOS & Swift
Dynamic Core Data with SwiftUI Tutorial for iOS
Oct 25 2021 · Article (20 mins)
Learn how to take advantage of all the new Core Data features introduced in iOS 15 to make your SwiftUI apps even more powerful…
Core Data works well with concurrency as long as you keep a few simple rules in mind. This chapter will teach you how to make sure that your Core Data app is able to handle concurrency properly…
In this chapter, you'll learn about how you can persist data to a local database, and why this is vital for many modern mobile…
iOS & Swift
Multiple Managed Object Contexts with Core Data Tutorial
Sep 21 2018 · Article (35 mins)
Learn how to use multiple managed object contexts to improve the performance of your apps in this Core Data Tutorial in Swift…
iOS & Swift
Sharing Core Data With CloudKit in SwiftUI
Apr 26 2022 · Article (30 mins)
Learn to share data between CoreData and CloudKit in a SwiftUI app.
iOS & Swift
SwiftData: Simplifying Persistence in iOS Apps
Jun 9 2023 · Article (10 mins)
…about SwiftData, a new framework introduced at WWDC 2023 that provides a Swift-like API for working with persistence in iOS apps and simplifies Core Data usage…
iOS & Swift
Core Data by Tutorials Updated for Swift 4.2 and iOS 12
Sep 19 2018 · Article (10 mins)
Check out Core Data by Tutorials – newly updated for Swift…
iOS & Swift
Core Data: Beyond the Basics
Jul 26 2022 · Video Course (1 hr, 51 mins)
…this course, you’ll learn about how to fetch, sort and filter entries from a Core Data persistent store. You’ll also dive into some more advanced topics such as delete rules and Core Data with Swift Concurrency…
Archive
Top 10 Core Data Tools and Libraries
Aug 5 2014 · Article (30 mins)
…compiled a list of the top 10 core data tools and libraries, making it even easier to work with Core Data…
iOS & Swift
Combine: Asynchronous Programming With Swift
Jul 19 2023 · Book
…chapter, the pièce de résistance, you’ll build a complete app that applies what you’ve learned — but the learning is not done yet! Core Data in Combine anyone…