TableView with two instances of NSFetchedResultsController

前端 未结 2 1936
孤独总比滥情好
孤独总比滥情好 2021-02-03 12:42

After days of research and re-coding I am pretty much stumped. My goal is to get a test app running with a single tableview populated from two separate fetchedResultControllers

2条回答
  •  时光说笑
    2021-02-03 13:20

    The errors you are seeing mean that your UITableView reloads itself before BOTH your NSFetchedResultsControllers do. The codes you posted are probably correct. I suspect that the problem is in one of the NSFetchedResultsControllerDelegate methods.

提交回复
热议问题