Instance Method
tempData(forKey:)tempDataForKey:tempDataForKey_
Returns the value for the specified key in tempData.
Declaration
func tempData(forKey key: String) -> Any?Declaration
- (id) tempDataForKey:(NSString *) key;Declaration
tempDataForKey_(key: str) -> objectParameters
keyThe key.
Return Value
The value, or nil if not found.