On Tue, Jul 1, 2008 at 5:26 PM, Keary Suska <[EMAIL PROTECTED]> wrote: > I think so. "relations" and "content" are read-only (no public setters). > Notifications aren't sent for them as they are never changed throughout the > lifecycle of an object. I.e., they are both dictionaries, and only their > contents, not the properties themselves, may vary. Would this be an issue?
Yes, if the dictionaries are modified directly rather than using -setValue:forKeyPath:. --Kyle Sluder _______________________________________________ Cocoa-dev mailing list ([email protected]) 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 [EMAIL PROTECTED]
