How to automatically reflect CoreData+iCloud Changes in SwiftUI view?
问题 🤓 So ...I have an app with StoreData and iCloud enabled. My data is syncing between the devices but I don't ge the behaviour I want when it comes to reflecting the changes in the UI. The behaviour I want: When a user has my app open on two devices (A & B) and makes a change one one (A) of them I want the change to automatically reflect in the second (B) device UI within some reasonable time. The behaviour I currently have: When the user makes changes on one device (A) nothing ever happens on