Re: Observing Core Data model changes
Re: Observing Core Data model changes
- Subject: Re: Observing Core Data model changes
- From: mmalcolm crawford <email@hidden>
- Date: Sun, 23 Apr 2006 00:29:20 -0700
On Apr 22, 2006, at 5:19 PM, Andres wrote:
I am working with a Core Data document application and I am trying
to find a way to track all the changes made to managed objects but
from a non managed class. This class should know about changes to
properties, object creation, etc.
Register to receive
NSManagedObjectContextObjectsDidChangeNotification notifications from
the managed object context.
<http://developer.apple.com/documentation/Cocoa/Reference/
CoreData_ObjC/Classes/NSManagedObjectContext_index.html>
mmalc
_______________________________________________
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