+ useStoredAccessor
Returns
YES
if the stored value methods storedValueForKey:
and takeStoredValue:forKey:
should use private accessor methods in preference to public accessors.- handleQueryWithUnboundKey:
Invoked by
valueForKey:
when it finds no property corresponding to key
.- handleTakeValue:forUnboundKey:
Invoked by
takeValue:forKey:
when it finds no property binding for key
.- takeValuesFromDictionary:
Sets properties of the receiver with values from a given dictionary, using its keys to identify the properties
- takeValue:forKeyPath:
Sets the value for the property identified by
keyPath
to value
.