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