Open davidmarble opened 9 years ago
I noticed valueForKey is operating on objects rather than pairs, while valueForKeyPath is operating on pairs. Shouldn't valueForKey also return a value for the key from pairs? Is this an oversight?
valueForKey
objects
pairs
valueForKeyPath
I noticed
valueForKey
is operating onobjects
rather thanpairs
, whilevalueForKeyPath
is operating onpairs
. Shouldn'tvalueForKey
also return a value for the key frompairs
? Is this an oversight?