Instance Method
tempData(forKey:)tempDataForKey:tempDataForKey_
Returns a value for the given key in tempData.
Declaration
func tempData(forKey key: String) -> Any?Declaration
- (id) tempDataForKey:(NSString *) key;Declaration
tempDataForKey_(key: str) -> objectParameters
keyThe key
Return Value
A value or nil