TheApApp / CardTrackerSwiftData

ReWrite of Card Tracker with Swift Data
2 stars 0 forks source link

Edit feature does not work #1

Closed TheApApp closed 6 months ago

TheApApp commented 11 months ago

Need to figure out how to address old edit feature, now that I am using SwiftData

TheApApp commented 6 months ago

Closing this issue, I was able to to rewrite to address the edit view, basically had to rewrite the code to use the old style of passing in the data and manually saving (kinda defeats the purpose of using SwiftData model)