• 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
Re: Finding all deleted objects from Core Data
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
References: 
 >Re: Finding all deleted objects from Core Data (From: Remco Poelstra <email@hidden>)
 >Re: Finding all deleted objects from Core Data (From: email@hidden)
 >Re: Finding all deleted objects from Core Data (From: Remco Poelstra <email@hidden>)

  • Prev by Date: (no subject)
  • Next by Date: Re: (no subject)
  • Previous by thread: Re: Always use the constants (was Re: Finding all deleted objects from Core Data)
  • Next by thread: how to set url type in launchservices.plist
  • Index(es):
    • Date
    • Thread