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
2010-01-04 22:18:39