Instance Method
customValue(forKey:)customValueForKey:customValueForKey_
Returns the value of the custom parameter for the specified key.
Declaration
func customValue(forKey key: String) -> Any?Declaration
- (id) customValueForKey:(NSString *) key;Declaration
customValueForKey_(key: str) -> object