How to force refresh in ForEach in SwiftUI for macOS
Issue #625
For some strange reasons, content inside ForEach does not update with changes in Core Data NSManagedObject. The workaround is to introduce salt, like UUID just to make state change
1 | struct NoteRow: View { |
Updated at 2020-11-20 03:29:39