Core Data Sync Question (Managed Object Contexts)
Core Data Sync Question (Managed Object Contexts)
- Subject: Core Data Sync Question (Managed Object Contexts)
- From: Manoj Patwardhan <email@hidden>
- Date: Sun, 20 Jul 2008 16:24:53 -0400
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 (email@hidden)
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:
This email sent to email@hidden