<!--
{
  "availability" : [
    "iOS: 5.0.0 -",
    "iPadOS: 5.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIStepper/value",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIStepper(py)value"
  },
  "title" : "value"
}
-->

# value

The numeric value of the stepper.

```
var value: Double { get set }
```

## Discussion

When the value changes, the stepper sends the [`valueChanged`](/documentation/UIKit/UIControl/Event/valueChanged) flag to its target (see [`addTarget(_:action:for:)`](/documentation/UIKit/UIControl/addTarget(_:action:for:))). Refer to the description of the [`isContinuous`](/documentation/UIKit/UIStepper/isContinuous) property for information about whether value change events are sent continuously or when user interaction ends.

The default value for this property is `0`. This property is clamped at its lower extreme to [`minimumValue`](/documentation/UIKit/UIStepper/minimumValue) and is clamped at its upper extreme to [`maximumValue`](/documentation/UIKit/UIStepper/maximumValue).

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)