Hi,
There is a little problem with the thumb.
If you set its width much larger than the bar width, you can touch it at its external bounds.
It is because it is outer the slider area.
(If you touch a control outer from its superview, it does not respond to touch)
I think you need to enlarge the slider area by 0.5 * thumb width.
Thanks !
Hi,
There is a little problem with the thumb.
If you set its width much larger than the bar width, you can touch it at its external bounds.
It is because it is outer the slider area.
(If you touch a control outer from its superview, it does not respond to touch)
I think you need to enlarge the slider area by 0.5 * thumb width.
Thanks !