Migrations & Working with Core Data Conclusion
SwiftData With SwiftUI Conclusion
Congratulations! You’ve completed this course on SwiftData with SwiftUI.
Starting with a basic single-model app, you learned how to -
- Sort and filter data.
- Add relationships to expand the app and streamline the data objects.
- Create your schema.
- Work with CloudKit to share the data between your devices.
- Migrate your schema as you make changes and release new app versions.
Finally, using the knowledge gained in the course, you converted a Core Data app to use SwiftData.