maximumValue
The highest possible numeric value for the stepper.
Declaration
var maximumValue: Double { get set }Discussion
Must be numerically greater than minimumValue. If you attempt to set a value equal to or lower than minimumValue, the system raises an invalidArgumentException exception.
The default value of this property is 100.