On Nov 15, 2012, at 16:19 , Rick Mann <rm...@latencyzero.com> wrote:

> I know I can use KVO on a specific property of my NSManagedObject, but is 
> there a way to get notified if any property changes? I'm trying to avoid a 
> bunch of -addObserver:… and -removeObserer:… calls.
> 
> I know I can listen for the context did save notification, but I'd rather 
> catch the changes immediately.


Ah, I can use NSManagedObjectContextObjectsDidChangeNotification, although that 
will give me all objects, when really I just want one.

-- 
Rick




_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to