Instance Method
setTempData(_:forKey:) setTempData:forKey: setTempData_forKey_
Sets temporary data for a key.
Declaration
func setTempData(_ value: Any?, forKey key: String)Declaration
- (void) setTempData:(id) value forKey:(NSString *) key;Declaration
setTempData_forKey_(value: object, key: str)Discussion
Pass nil as the value to remove existing temporary data for the key.
See Also
Temporary Data
Runtime data stored on the font.
Returns temporary data for a key, or
nilif no value is set.