• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Core Data Sync Question (Managed Object Contexts)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Prev by Date: Re: How to get a table column header with an image instead of text?
  • Next by Date: Re: Obtaining the number of characters in a string
  • Previous by thread: Re: newbie question: NSURLConnection delegation and "method instance"
  • Next by thread: NSThread and UI
  • Index(es):
    • Date
    • Thread