Thanks! the state/binding trick worked.
Post
Replies
Boosts
Views
Activity
Hello, thanks for the reply. I tried that and it still doesn't update the main screen with the list of parent objects. It appears that
@FetchRequest(sortDescriptors: [SortDescriptor(\.name)])
private var parents: FetchedResults<Parent>
will not update if a value of a property changes from a child object from a to many relationship. Is there a way around that?
I have the same issue, only works on second attempt of pressing the share button in Safari on iOS