Instance Method
setObjectInSettings(_:forKey:) setObjectInSettings:forKey: setObjectInSettings_forKey_
Sets the object in settings for the specified key.
Declaration
func setObjectInSettings(_ value: Any?, forKey key: String?)Declaration
- (void) setObjectInSettings:(id) value forKey:(NSString *) key;Declaration
setObjectInSettings_forKey_(value: object, key: str)Parameters
valueThe object to set.
keyThe key to set the object for.