Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkebo/buildingadocumentbasedappusingswiftdata.swiftpm
https://github.com/kkebo/buildingadocumentbasedappusingswiftdata.swiftpm
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kkebo/buildingadocumentbasedappusingswiftdata.swiftpm
- Owner: kkebo
- Created: 2023-08-27T12:01:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-24T17:12:46.000Z (about 1 year ago)
- Last Synced: 2024-04-04T20:54:41.493Z (7 months ago)
- Language: Swift
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE/LICENSE.txt
Awesome Lists containing this project
README
# 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`](https://developer.apple.com/documentation/swiftdata/query), [`@Bindable`](https://developer.apple.com/documentation/swiftui/bindable), [`.modelContainer`](), the [`.modelContext`](https://developer.apple.com/documentation/SwiftUI/EnvironmentValues/modelContext) environment variable, and [`DocumentGroup`](https://developer.apple.com/documentation/swiftui/documentgroup) to integrate with the [`SwiftData`](https://developer.apple.com/documentation/swiftdata) framework.
- Note: This sample code project is associated with WWDC23 session 10154: [Build an app with SwiftData](https://developer.apple.com/wwdc23/10154/).