Skip navigation.
 
mlRe: Binding/KVC : valueForKey: and NSDictionary (was: valid accessor for framework objects. (was: implicit and explicit invocation of description method))
FROM : mmalcolm crawford
DATE : Tue Oct 05 23:55:11 2004

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."

mmalc