alskipp / ASValueTrackingSlider

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

How to change slider color? #40

Closed hagile closed 8 years ago

hagile commented 8 years ago

Currently what ever color I set for popUpView, it will take by slider. As title say, is this possible?

alskipp commented 8 years ago

Setting the popUpView color automatically sets the track color, but you can change it by using minimumTrackTintColor and maximumTrackTintColor after you've set the popUpColor.