In my application, I have a NSFetchedResultsController to load Core Data objects in a UITableView. The fetch request associated with this FRC uses the new vie
NSFetchedResultsController
vie
Automatically merge changes from parent needs to set on the viewContext like this:
persistentContainer.viewContext.automaticallyMergesChangesFromParent = true