Home > AI > IOS > UIKit >

UISlider

minimumValue: FloatThe minimum value of the slider.
maximumValue: FloatThe maximum value of the slider.
isContinuous: BoolA Boolean value indicating whether changes in the slider’s value generate continuous update events.
minimumValueImage: UIImage?The image representing the slider’s minimum value.
var maximumValueImage: UIImage?The image representing the slider’s maximum value.

Leave a Reply