cupertino-sample-code/swiftui-building-a-document-based-app-using-swiftdata
Mihaela Mihaljevic 37fd4fb24f Initial commit: 606 Apple sample code projects
MIT License - Apple Developer sample code
Downloaded via Cupertino (https://github.com/mihaelamj/cupertino)
2025-12-03 00:19:12 +01:00
..
Configuration Initial commit: 606 Apple sample code projects 2025-12-03 00:19:12 +01:00
End Initial commit: 606 Apple sample code projects 2025-12-03 00:19:12 +01:00
LICENSE Initial commit: 606 Apple sample code projects 2025-12-03 00:19:12 +01:00
Start Initial commit: 606 Apple sample code projects 2025-12-03 00:19:12 +01:00
SwiftDataFlashCardSample.xcworkspace Initial commit: 606 Apple sample code projects 2025-12-03 00:19:12 +01:00
.gitignore Initial commit: 606 Apple sample code projects 2025-12-03 00:19:12 +01:00
README.md Initial commit: 606 Apple sample code projects 2025-12-03 00:19:12 +01:00

Building a document-based app using SwiftData

Code along with the WWDC presenter to transform an app with SwiftData.

Overview

Learn how to use @Query, @Bindable, .modelContainer, the .modelContext environment variable, and DocumentGroup to integrate with the SwiftData framework.