Re: Listening for changes
Re: Listening for changes
- Subject: Re: Listening for changes
- From: Andre Masse <email@hidden>
- Date: Fri, 19 Dec 2008 14:09:30 -0500
Thanks for the explanation. It just works :-)
Andre Masse
On Dec 19, 2008, at 13:51, Keary Suska wrote:
As I understand this approach, it doesn't matter. All you should
need to do is observe the "fake" property, and in the
observeValueForKeyPath call do whatever you need to do. The +
keyPathsForValuesAffectingValueForKey: call just (eventually) causes
a KVO notice to be sent for the dependent property. So in this
approach, you are coalescing all of the individual calls into one
call.
HTH,
Keary Suska
Esoteritech, Inc.
"Demystifying technology for your home or business"
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden