2

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. current effect

expected effect

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

1 Answers1

1

Yes, use UISlider and then remove the thumb image by simply adding an empty image.

Anouk
  • 26
  • 2