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
If you're using autolayout you can set a height constraint on the UISlider in the storyboard. if you need to change it at runtime - create an IBOutlet for the constraint and modify its .constant value.
autolayout
height
storyboard
IBOutlet
.constant