NSFetchedResultsControllers in different view controllers updating each other?
问题 Ok I get more and more general with this question, since I've noticed several lags in my app due to this. I've noticed the problem with reordering, but it happens in other places as well. I have a CoreDataViewController class which all my table view controllers subclass. And in this class I basically have all NSFetchedResultsController delegate methods as they are in the apple docs. Then I've tried to find out how often changes are noticed by this NSFetchedResultsController to find out where