---
title: maximumValue
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uistepper/maximumvalue
---

# maximumValue

The highest possible numeric value for the stepper.

## Declaration

```swift
var maximumValue: Double { get set }
```

## Discussion

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.

## See Also

### Configuring the stepper

- [isContinuous](uikit/uistepper/iscontinuous.md)
- [autorepeat](uikit/uistepper/autorepeat.md)
- [wraps](uikit/uistepper/wraps.md)
- [minimumValue](uikit/uistepper/minimumvalue.md)
- [stepValue](uikit/uistepper/stepvalue.md)
