Post

Replies

Boosts

Views

Activity

Reply to SwiftUI Core Data Relationship Not Updating View
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?
Dec ’24