Instance Method
addCustomParameter(_:)addCustomParameter:addCustomParameter_
Adds a custom parameter.
Declaration
func addCustomParameter(_ property: GSCustomParameter)Declaration
- (void) addCustomParameter:(GSCustomParameter *) property;Declaration
addCustomParameter_(property: GSCustomParameter)Parameters
propertyThe custom parameter to add.