https://github.com/davidbates/swiftui-core-data-example
An example of adding core data to a swiftui project with CRUD operations
https://github.com/davidbates/swiftui-core-data-example
Last synced: 5 months ago
JSON representation
An example of adding core data to a swiftui project with CRUD operations
- Host: GitHub
- URL: https://github.com/davidbates/swiftui-core-data-example
- Owner: DavidBates
- License: mit
- Created: 2020-08-05T04:45:19.000Z (almost 6 years ago)
- Default Branch: trunk
- Last Pushed: 2020-08-12T16:32:13.000Z (almost 6 years ago)
- Last Synced: 2024-12-30T10:45:38.295Z (over 1 year ago)
- Language: Swift
- Size: 22.5 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# SwiftUI-Core-Data-Example
An example of adding core data to a swiftui project with CRUD operations
After watching and reading several things on the topic of CoreData and Swift I could not find a concise example of how to both implament CoreData in a SwiftUI project and to perform CRUD operations on that data.
## Todo:
Still need to get update working.
## Special Thanks:
Special thanks to [@twostraws](https://twitter.com/twostraws) most of this code originated from [hackingwithswift.com](https://www.hackingwithswift.com/quick-start/swiftui/)
Special thanks to [@CodeWithChris](https://mobile.twitter.com/CodeWithChris) as well for his [CoreData YT series](https://www.youtube.com/watch?v=gWurhFqTsPU) this sparked the idea to create this repo and setup the data to be shown.