Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 282 Bytes

Slider.md

File metadata and controls

17 lines (11 loc) · 282 Bytes

Slider

@available(iOS 9.0, *) public class Slider: UISlider

Inheritance

UISlider

Initializers

init(value:from:to:valueChangedHandler:)

public init(value: Float, from: Float, to: Float, valueChangedHandler: ((Float) -> Void)? = nil)