---
title: minimumValue
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uistepper/minimumvalue
---

# minimumValue

The lowest possible numeric value for the stepper.

## Declaration

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

## Discussion

Discussion Must be numerically less than maximumValue. If you attempt to set a value equal to or greater than maximumValue, the system raises an invalidArgumentException exception. The default value for this property is 0.

## See Also

### Configuring the stepper

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