Contents

init(_:symbolName:in:)

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

Declaration

@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.

See Also

Creating a slider