Assertion failure in -[UITableView _endCellAnimationsWithContext:] with NSFetchedResultsController
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I have 2 managed object contexts: (1) created as NSMainQueueConcurrencyType that is used by the UI/main thread and (2) created as NSPrivateQueueConcurrencyType that is used by the networking. Both of these contexts go to the persistent store (i.e., I'm not using parent/child contexts). For the view controller, I'm using a UITableViewController with a NSFetchedResultsController that uses the 1st UI managed object context. I am merging changes from the 2nd managed object context into the 1st context by observing the