You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
I noticed
valueForKeyis operating onobjectsrather thanpairs, whilevalueForKeyPathis operating onpairs. Shouldn'tvalueForKeyalso return a value for the key frompairs? Is this an oversight?