Skip to main content

Migrating from Core Data to SwiftData

2023년 9월 17일Less than 1 minuteSwiftArticle(s)bloghackingwithswift.comcrashcourseswiftswiftdataxcodeappstore

Migrating from Core Data to SwiftData 관련

SwiftData by Example

Back to Home

Migrating from Core Data to SwiftData | SwiftData by Example

Migrating from Core Data to SwiftData

Updated for Xcode 15

If you’ve used Core Data before, many of the classes and concepts you know and love map pretty much directly to their SwiftData equivalents, albeit with simpler names and always without the NS prefix.

Here’s a list to get you started, with Core Data names followed by SwiftData names:

Most notably, Xcode’s model editor is no longer needed now – it’s all code.