issues
search
phlippieb
/
daily-budget-app
A simple SwiftUI/iOS app to view your daily budget allowance
GNU General Public License v3.0
1
stars
0
forks
source link
Persist data
#13
Closed
phlippieb
closed
5 months ago
phlippieb
commented
5 months ago
Some helpful links
SwiftData guide:
https://developer.apple.com/documentation/swiftdata/preserving-your-apps-model-data-across-launches
Deleting persisted objects:
https://www.hackingwithswift.com/quick-start/swiftdata/how-to-delete-a-swiftdata-object
Some helpful links