Re: Observing Core Data model changes
Re: Observing Core Data model changes
- Subject: Re: Observing Core Data model changes
- From: Andres <email@hidden>
- Date: Sat, 22 Apr 2006 23:44:07 -0600
Your subject line is a little misleading, in that you are really
interested in object (instance) changes, not changes to the model
(usually meaning the managed object model.)
Sorry, you are right, changes to the instances.
NSManagedObjectContextObjectsDidChangeNotification
NSManagedObjectContextDidSaveNotification
For more information, see the bottom section of the API reference at:
http://developer.apple.com/documentation/Cocoa/Reference/
CoreData_ObjC/Classes/NSManagedObjectContext_index.html
Reference checked and tested, just what I needed, thank you!
Andrés
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden