Re: Binding/KVC : valueForKey: and NSDictionary (was: valid accessor for framework objects. (was: implicit and explicit invocation of description method))
Re: Binding/KVC : valueForKey: and NSDictionary (was: valid accessor for framework objects. (was: implicit and explicit invocation of description method))
- Subject: Re: Binding/KVC : valueForKey: and NSDictionary (was: valid accessor for framework objects. (was: implicit and explicit invocation of description method))
- From: Max Barel <email@hidden>
- Date: Wed, 6 Oct 2004 01:59:46 +0200
Le 6 oct. 04, à 00:10, mmalcolm crawford a écrit :
On Oct 5, 2004, at 3:02 PM, Max Barel wrote:
Le 5 oct. 04, à 23:55, mmalcolm crawford a écrit :
On Oct 5, 2004, at 2:29 PM, Max Barel wrote:
The valueForKey: method is defined in the NSKeyValueCoding protocol
of NSObject. It is also overloaded in NSDictionary.
Is the NSDictionary version of the method conforming to the
NSKeyValueCoding?
The documentation is explicit about exactly what NSDictionary's
valueForKey: method does:
"Returns the result of sending objectForKey: to the receiver."
Yes, I saw. That's why I suggested that it is NOT KCV compliant since
it does not conform to the first rule of the KVC method of the same
name.
I'm not sure what the problem is?
Looks like I did not clearly expressed my thought.
If KVC compliant, the NSDictionary class would allow to access
information of instances, like the count of object inside, trough the
-count method/property, or the description of its content, trough the
-descriptionInStringsFileFormat (we forget about -description which
has a known flaw).
It does not since the -valueForKey: method is overloaded to be a
synonym for -objectForKey:. This method only return objects inside the
dictionary, ignoring other valid accessor cases mentioned above.
Any authorized judgment?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden