- In WWDC23 apple released their all new App Storage framework called SwiftData.
- This is an example project that reveals al the CRUD operation present in SwiftData.
- Do go through the project and learn the beasic of Swift Data
- Have any doubt?, do raise an issue!
- Want to store images, declare them as
Data
type and then compress it to Data and then store
Create | Delete & Update | Fetch |
---|---|---|