On Sat, May 1, 2010 at 9:34 AM, Dave Fernandes <dave.fernan...@utoronto.ca> wrote: > If you are observing something that is not part of your data model, you might > try using mechanisms other than KVO to keep your data model updated. KVO can > be a world of hurt when used the way you are using it. There are old threads > on this topic. See, for example, "Strange > NSManagedObjectContextObjectsDidChangeNotification behavior".
Agreed. Your controller should listen for MOC notifications to find out when to start and stop observing objects. After all, that's what NSArrayController does. --Kyle Sluder _______________________________________________ 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com