Link Search Menu Expand Document

Slider

A control for selecting a single value from a continuous range of values.

public class Slider: Control 

Inheritance

Control

Initializers

init(frame:)

public init(frame: Rect) 

Properties

value

The slider’s current value.

public var value: Float 

minimumValue

The minimum value of the slider.

public var minimumValue: Float 

maximumValue

The maximum value of the slider.

public var maximumValue: Float