Does NSFetchedResultsController Observe All Changes to Persistent Store?

前端 未结 2 680
渐次进展
渐次进展 2021-01-12 13:21

My program does work like link below:

Update results of NSFetchedResultsController without a new fetch

  1. show result of NSFetchedResultsController to UIT
2条回答
  •  臣服心动
    2021-01-12 14:14

    I'm sorry to my mistake, I tested with new test project.

    CoreData DOES full-tracking of whole persistent store.

    This means, if new object that is suitable to predicate of NSFetchedResultsController, delegate will notify it.

提交回复
热议问题