minimumValue: Float | The minimum value of the slider. |
maximumValue: Float | The maximum value of the slider. |
isContinuous: Bool | A 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. |