I have customized track image and progress image, the point is I don't want them to be with the same width. But it seems like when I use setTrackImage and setProgressImage, they always keep the same wide. Now my implementation turns out as the first image, but I want the effect just like the second image.
Asked
Active
Viewed 221 times
2

kenshinji
- 2,021
- 4
- 25
- 39
-
use a UISlider and disable user interaction. That way you have a knob that you can modify at will with any image, no matter how big. – skytz Sep 01 '13 at 05:18