I have setup page with switches, where set i want to flag to main ContentView to refresh/redraw a List.
But this does not happen? I have to close/reopen application to see the change of state.
My data stored in COREDATA..
What is best way - tried @State/@Published all fails to trigger.
But this does not happen? I have to close/reopen application to see the change of state.
My data stored in COREDATA..
What is best way - tried @State/@Published all fails to trigger.