can NSAsynchronousFetchRequest understand changes in Persistent store?

438 views Asked by At

I've implemented a sample about NSAsynchronousFetchRequest, the same as this tutorial: tutsplus:iOS 8: Core Data and Asynchronous Fetching this request just executes at first load of view and fetch records asynch, but it can't understand changes made in persistent store, (the thing that NSFetchedResultController do) my question is that, can NSAsynchFetchRequest understand changes automatically (the same as NSFetchedResultsController)?

0

There are 0 answers