Multiple NSFetchedResultsController - didChangeObject
问题 I have a UITableView which uses 2 NSFetchedResultsControllers . Each NSFetchedResultsController has only one section. However, the table has 4 sections. I populate the 4th section of the table with the results of one of the NSFetchedResultsControllers . Everything works fine so far. But if the user deletes the first cell on the first section, the NSFetchedResultsControllers are changed. The rows in the last section of the table might be deleted. When this method is called: - (void)controller: