I have project in which have to customise UISlider element. I wondering if someone knows how to change, or is it possible to change height of UISlide
UISlider
UISlide
You should be able to subclass the UISlider and then implement:
- (CGRect)trackRectForBounds:(CGRect)bounds
Just return the new CGRect here.