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