In the previous lessons, you explored the fundamentals of data persistence in iOS applications, starting with UserDefaults for simple data storage. Then, you moved on to the versatility of persisting data in JSON format. Now, in the third lesson, you’ll delve into the realm of SwiftData – a powerful and simplified tool for data persistence in iOS, offering a straightforward alternative to the older and more complex Core Data solution.
SwiftData offers developers a straightforward and user-friendly approach to managing data in their apps. It’s an interesting addition to iOS data persistence tools with features like those of Core Data but with a simpler syntax. Whether you’ve worked with Core Data before or are entirely new to it, SwiftData provides a much-simpler syntax, making it accessible for both beginners and experienced developers seeking an easier alternative.
See forum comments
This content was released on Jun 20 2024. The official support period is 6-months
from this date.
Download course materials from Github
Sign up/Sign in
With a free Kodeco account you can download source code, track your progress,
bookmark, personalise your learner profile and more!
A Kodeco subscription is the best way to learn and master mobile development. Learn iOS, Swift, Android, Kotlin, Flutter and Dart development and unlock our massive catalog of 50+ books and 4,000+ videos.