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…
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…
iOS & Swift
SOLID Principles for iOS Apps
Jun 7 2021 · Article (40 mins)
…dependency inversion. There are no protocols at all in the project, which means there are no interfaces to segregate, either. Open AppMain.swift. All the Core Data setup takes place there, which doesn’t sound like a single responsibility at all. If you wanted to reuse the same Core Data setup…
Learn the basics of Core Data in this beginner series. You’ll learn how to model your data with attributes and relationships, save data using a context, display saved data in lists and much more, in both SwiftUI and UIKit…
iOS & Swift
Core Data by Tutorials
Nov 20 2020 · Book
Learn Core Data with Swift! This book is for intermediate iOS developers who already know the basics of iOS and Swift development but want to learn how to use Core Data to save data in their apps. Start with with the basics like setting up your own Core Data Stack…
iOS & Swift
Integrate Combine Into an App
Aug 5 2021 · Video Course (27 mins)
While SwiftUI and Swift make heavy use of Structs, Core Data still uses classes. In this episode, learn some techniques to convert between the two types so you can save your jokes into the database, and delete them when your user just doesn’t find a joke funny anymore…
iOS & Swift
NSIncrementalStore Tutorial for iOS: Getting Started
Nov 13 2017 · Article (25 mins)
Learn how you can use the very powerful NSIncrementalStore to provide Core Data with a completely custom data storage option…
…releasing this year and when you can expect them: Machine Learning by Tutorials (NEW!) — September 13 Swift Apprentice, Fourth Edition — September 17 Core Data by Tutorials, Fifth Edition — September 19 Push Notifications by Tutorials (NEW!) — September 24 iOS Apprentice, Seventh Edition — September 26 Advanced iOS App Architecture (NEW!) — October…