Instance Method
userData(forKey:)userDataForKey:userDataForKey_
convenience accessor to get to the content of the userData dict
Declaration
func userData(forKey key: String) -> NSObject?Declaration
- (NSObject *) userDataForKey:(NSString *) key;Declaration
userDataForKey_(key: str) -> NSObjectParameters
keyThe key
Return Value
The data stored with key