Post

Replies

Boosts

Views

Activity

SwiftUI - how to update a list of child object after an edit.
I have parent-child relationship in Core Data, and I'm using SwiftUI to display the results. When editing a child attribute, after saving to Core Data, the SwiftUI List does not update with the information. When adding a child object, it works, but not when editing the child object. The issue is explained and demonstrated in this repository: https://github.com/jsagorin/ios-swiftui-core-data-parent-child
1
0
1.1k
Jul ’21