Full Example Of Implementing Notifications For Core Data NSManagedObject
问题 Could somebody point me in the correct direction for a full implementation example of NSManagedObjectContextObjectsDidChangeNotification NSManagedObjectContextDidSaveNotification and NSManagedObjectContextWillSaveNotification I have read the references to it here: http://developer.apple.com/library/ios/#documentation/cocoa/Reference/CoreDataFramework/Classes/NSManagedObjectContext_Class/NSManagedObjectContext.html but I don't see a full example code of exactly where I should implement it so