UISlider won't work if width is inherited
Barteks2x opened this issue ยท 2 comments
slideTo(x)
uses the width field directly, which will be zero. So it obviously won't work correctly.
Similar issue is likely to happen in any other class that uses width field directly instead og getWidth
, ones I found:
UIProgressBar#drawBackground
andUIProgressBar#drawForeground
UIButton#drawForeground
UISelect#drawForeground
UISlider#drawForeground