<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 18.0.0 -",
    "macOS: 15.0.0 -",
    "tvOS: 18.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVCaptureSlider/init(_:symbolName:in:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "s:So15AVCaptureSliderC12AVFoundationE_10symbolName2inABSS_SSSNySfGtcfc"
  },
  "title" : "init(_:symbolName:in:)"
}
-->

# init(_:symbolName:in:)

Creates a continuous slider control that selects a value from a bounded range.

```
@nonobjc convenience init(_ localizedTitle: String, symbolName: String, in range: ClosedRange<Float>)
```

## Parameters

`localizedTitle`

A localized title that describes the slider’s action.

`symbolName`

A symbol name from the SF Symbols library.

`range`

A bounded range of floating point values.

## Discussion

Use continuous sliders when your use case supports selecting any value in the specified range.

---

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)