set(_:forKey:)
Sets the value of the specified key to a string value.
Declaration
func set(_ aString: String?, forKey aKey: String)Parameters
- aString:
The string value to save to the iCloud key-value store.
- aKey:
The key to associate with the value.