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

# minimumValue

The minimum value of the slider.

## Declaration

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

## Discussion

Discussion Use this property to set the value that the leading end of the slider represents. If you change the value of this property, and the current value of the slider is below the new minimum, the slider adjusts the value property to match the new minimum. If you set the minimum value to a value larger than the maximum, the slider updates the maximum value to equal the minimum. The default value of this property is 0.0.

## See Also

### Accessing the slider’s value limits

- [maximumValue](uikit/uislider/maximumvalue.md)
