Instance Method
setCustomValue(_:forKey:) setCustomValue:forKey: setCustomValue_forKey_
Set the value for key
Declaration
func setCustomValue(_ value: Any?, forKey key: String)Declaration
- (void) setCustomValue:(id) value forKey:(NSString *) key;Declaration
setCustomValue_forKey_(value: object, key: str)Parameters
valueThe value to add
keyThe name of the parameter
Discussion
It will look for an existing parameter with the name an overwrite its value, or adds a new parameter