setValue(_:forKey:)
Invokes setValue:forKey: on each of the receiver’s members using the specified value and key
Declaration
func setValue(_ value: Any?, forKey key: String)Parameters
- value:
The object value.
- key:
The key to store the value.
Invokes setValue:forKey: on each of the receiver’s members using the specified value and key
func setValue(_ value: Any?, forKey key: String)The object value.
The key to store the value.