alskipp / ASValueTrackingSlider

A UISlider subclass that displays the slider value in a popup view
MIT License
1.84k stars 235 forks source link

Is there any way to show minimum and maximum value on to the slider? #41

Closed hagile closed 8 years ago

hagile commented 8 years ago

As title say, is this possible?

alskipp commented 8 years ago

This is functionality isn't provided by the control, but you could use a minimumValueImage and maximumValueImage to display this info (defined in UISlider).