How to customize UISlider?(change style,background,...)
+1
A:
Read the documentation: UISlider
Class Reference
Have a close look at the following methods:
Changing the Slider’s Appearance
setMinimumTrackImage:forState:
setMaximumTrackImage:forState:
setThumbImage:forState:
For background have a look at UIView documentation.
vfn
2010-09-20 03:24:53