https://github.com/cewitte/swiftdataproject
Paul Hudson's (@twostraws) 100 Days of Swift UI Project 12.
https://github.com/cewitte/swiftdataproject
Last synced: about 2 months ago
JSON representation
Paul Hudson's (@twostraws) 100 Days of Swift UI Project 12.
- Host: GitHub
- URL: https://github.com/cewitte/swiftdataproject
- Owner: cewitte
- License: mit
- Created: 2025-03-11T15:18:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-12T13:04:29.000Z (about 1 year ago)
- Last Synced: 2026-01-03T08:51:33.929Z (5 months ago)
- Language: Swift
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SwiftData: Introduction
Paul Hudson's ([@twostraws](https://x.com/twostraws)) 100 Days of Swift UI Project 12.
## Project 12
Source URL: [SwiftData Introduction](https://www.hackingwithswift.com/books/ios-swiftui/swiftdata-introduction)
"This technique project is going to explore SwiftData in more detail, starting with a summary of some basic techniques then building up to tackling some more complex problems.
As you'll see, `SwiftData` really pushes hard on advanced features of both Swift and SwiftUI, all to help make it easy for us to store data efficiently. It's not always easy, though, and there are a few places that take quite a bit of thinking to use properly."
### Acknowledgments
Original code created by: [Paul Hudson - @twostraws](https://x.com/twostraws) (Thank you!)
Made with :heart: by [@cewitte](https://x.com/cewitte)