Hi,
I’m implementing NSFetchedResultsController for my CoreData (pg ~182) and I am hoping someone could help clarify HOW NSFetchedResultsController is able to tell its delegate that changes are being made to Core Data. I see that it’s only getting called in ViewDidLoad - so how would it know when something has been added/edited? Is it constantly monitoring the data? Why don’t we need to add something to the LocationDetailsViewController done() method?
Thanks!