I need a UISlider with value on the handle [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . I need to make a UISlider in my iOS App with the value of the slider in the handle. Demo image of what I mean: Is there a pod that could do it? 回答1: You dont need neither any third party control nor you will have to create a slider on your own. You can still use the UISlider and customise it as per your need :)