---
title: isContinuous
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uislider/iscontinuous
---

# isContinuous

A Boolean value indicating whether changes in the slider’s value generate continuous update events.

## Declaration

```swift
var isContinuous: Bool { get set }
```

## Discussion

Discussion If true, the slider triggers the associated target’s action method repeatedly, as the user moves the thumb. If false, the slider triggers the associated action method just once, when the user releases the slider’s thumb control to set the final value. The default value of this property is true.

## See Also

### Modifying the slider’s behavior

- [behavioralStyle](uikit/uislider/behavioralstyle.md)
- [preferredBehavioralStyle](uikit/uislider/preferredbehavioralstyle.md)
- [UIBehavioralStyle](uikit/uibehavioralstyle.md)
