---
title: stepValue
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uistepper/stepvalue
---

# stepValue

The step, or increment, value for the stepper.

## Declaration

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

## Discussion

Discussion Must be numerically greater than 0. If you attempt to set this property’s value to 0 or to a negative number, the system raises an invalidArgumentException exception. The default value for this property is 1.

## 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)
- [maximumValue](uikit/uistepper/maximumvalue.md)
