tags:

views:

311

answers:

1

Is there a way to change the color of a UISliderControl from blue to something else?

+2  A: 

I believe it is stated in the UISlider class reference that you can specify images for the states - UISlider Class Reference

Assigning different images to each state lets you customize the appearance of the slider when it is enabled, disabled, highlighted, and so on.

tarnfeld