---
title: AVCaptureSlider
framework: avfoundation
role: symbol
role_heading: Class
path: avfoundation/avcaptureslider
---

# AVCaptureSlider

A slider control that selects a value from a bounded range.

## Declaration

```swift
class AVCaptureSlider
```

## Mentioned in

Enhancing your app experience with the Camera Control

## Overview

Overview Sliders are appropriate for controls that provide a single float value.

## Topics

### Creating a slider

- [init(_:symbolName:in:)](avfoundation/avcaptureslider/init(_:symbolname:in:).md)
- [init(_:symbolName:in:step:)](avfoundation/avcaptureslider/init(_:symbolname:in:step:).md)
- [init(_:symbolName:values:)](avfoundation/avcaptureslider/init(_:symbolname:values:).md)

### Handling interaction

- [setActionQueue(_:action:)](avfoundation/avcaptureslider/setactionqueue(_:action:).md)

### Accessing the control value

- [value](avfoundation/avcaptureslider/value.md)
- [prominentValues](avfoundation/avcaptureslider/prominentvalues-199dz.md)
- [localizedValueFormat](avfoundation/avcaptureslider/localizedvalueformat.md)

### Setting an accessibility identifier

- [accessibilityIdentifier](avfoundation/avcaptureslider/accessibilityidentifier.md)

### Inspecting presentation attributes

- [symbolName](avfoundation/avcaptureslider/symbolname.md)
- [localizedTitle](avfoundation/avcaptureslider/localizedtitle.md)

## Relationships

### Inherits From

- [AVCaptureControl](avfoundation/avcapturecontrol.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Capture controls

- [Enhancing your app experience with the Camera Control](avfoundation/enhancing-your-app-experience-with-the-camera-control.md)
- [AVCaptureControl](avfoundation/avcapturecontrol.md)
- [AVCaptureSystemZoomSlider](avfoundation/avcapturesystemzoomslider.md)
- [AVCaptureSystemExposureBiasSlider](avfoundation/avcapturesystemexposurebiasslider.md)
- [AVCaptureIndexPicker](avfoundation/avcaptureindexpicker.md)
