UISlider
public extension UISlider
-
Sets the thumbImage for the provided UIControl State
Declaration
Swift
@discardableResult func set( thumbImage: UIImage?, forState state: UIControl.State = .normal ) -> Self
-
Sets the thumbTintColor for the UISlider view with the provided thumbColor
Declaration
Swift
@discardableResult func tint(thumbColor: UIColor?) -> Self