Re: NSManagedObjectContextObjectsDidChangeNotification
Re: NSManagedObjectContextObjectsDidChangeNotification
- Subject: Re: NSManagedObjectContextObjectsDidChangeNotification
- From: mmalcolm crawford <email@hidden>
- Date: Thu, 12 May 2005 13:29:33 -0700
On May 12, 2005, at 1:03 PM, Marcus Roberts wrote:
[nc addObserver:self
selector:@selector(handleContentChange:)
name:@"NSManagedObjectContextObjectsDidChangeNotification"
object:nil];
[nc addObserver:self
selector:@selector(handleContentChange:)
name:NSManagedObjectContextObjectsDidChangeNotification
object:nil];
String constant != string.
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