Re: Finding all deleted objects from Core Data
Re: Finding all deleted objects from Core Data
- Subject: Re: Finding all deleted objects from Core Data
- From: Uli Kusterer <email@hidden>
- Date: Sat, 7 Oct 2006 12:02:29 +0200
Am 05.10.2006 um 17:38 schrieb Remco Poelstra:
do I need to do something more than calling [[NSNotificationCenter
defaultCenter] addObserver:self
selector:@selector(removeDatasheetFile:)
name:@"NSManagedObjectContextObjectsDidChangeNotification"
object:nil];
Drop the quotes around the notification name. It's a constant, and
the string it contains isn't guaranteed to be the same as the
constant name (usually, Apple give it the same name but drop the "NS"
part of it, but you shouldn't rely on that).
Cheers,
-- M. Uli Kusterer
http://www.zathras.de
_______________________________________________
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