- setValue:forKeyPath:
Sets the value for the property identified by a given key path to a given value.
- setValuesForKeysWithDictionary:
Sets properties of the receiver with values from a given dictionary, using its keys to identify the properties.
- setNilValueForKey:
Invoked by
setValue:forKey:
when it’s given a nil
value for a scalar value (such as an int
or float
).- setValue:forKey:
Sets the property of the receiver specified by a given key to a given value.