I want to create a really thick horizontally oriented UISlider. I know it is easy to make it longer, but how do I make the track (and therefore the area in which touch events can be registered) thicker?
I want to create a really thick horizontally oriented UISlider . I know it
Share
Subclass the UISlider and then make this modification:
(I just tried this out in UICatalog — which is a very nice set of Apple sample code — and it works perfectly great).