I have a very basic in-memory implementation of a NSIncrementalStore
subclass. It works as expected, it just fetches for now.
I am trying to bind it to an UITableView
with a NSFetchedResultsController
, but I am not getting the updates (yes, I am the delegate); I also tried subscribing to NSManagedObjectContextObjectsDidChange
notification, it is not being fired.
Is this how it is suppose to work? Or am I missing something.
Thanks in advance
Nico