ControlSlider
public class ControlSlider : UISlider
Undocumented
-
Delegate for handling updates to the slider’s value.
Declaration
Swift
public weak var delegate: ControlSliderDelegate?
-
Undocumented
Declaration
Swift
public override func setValue(_ value: Float, animated: Bool)
-
Sets the color of the slider’s thumb.
Declaration
Swift
@available(iOS 13.0, *) public func setThumbColor(_ color: UIColor)
Parameters
color
The color to set for the the slider’s thumb.
-
Undocumented
Declaration
Swift
public override func layoutSubviews()
-
Undocumented
Declaration
Swift
override public var intrinsicContentSize: CGSize { get }