Re: NSKeyValueCoding tips
Re: NSKeyValueCoding tips
- Subject: Re: NSKeyValueCoding tips
- From: Ryan Dingman <email@hidden>
- Date: Tue, 29 Jan 2002 00:07:31 -0800
On Monday, January 28, 2002, at 11:57 PM, Ryan Dingman wrote:
Yes, -valueForKeyPath: will parse the key path and then call
-valueForKey: with all of the components. It is very rare that you
should need to implement -valueForKey: but if you have a class that
needs to implement it in a special way you can expect -valueForKeyPath:
to do the right thing.
This should read "the call -valueForKey: with EACH of the components".
Sorry for any confusion.
ryan
--
Ryan Dingman
FrontBase, Inc.
email@hidden