I am using Core Data syncing which uses its own managed object context to apply sync changes. In the pulling stage, my application's managed object context's mergeChangesFromContextDidSaveNotification method is getting called. However, the application has some array controllers that are listening to changes to that managed object context, and those are never called. In other words, even though the application's managed object context is notified of changes merged by the syncing managed object context, the array controllers that are observing the former are not made aware of the change.

When syncing using Core Data syncing, how can one make the array controllers reload their contents after syncing happens?

Thanks for any help!
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to