Instance Method
customParameter(forKey:)customParameterForKey:customParameterForKey_
Returns the custom parameter object for the specified key.
Declaration
func customParameter(forKey key: String) -> GSCustomParameter?Declaration
- (GSCustomParameter *) customParameterForKey:(NSString *) key;Declaration
customParameterForKey_(key: str) -> GSCustomParameter