alskipp / ASValueTrackingSlider

A UISlider subclass that displays the slider value in a popup view
MIT License
1.84k stars 235 forks source link

Keep popup open #57

Open skuske opened 7 years ago

skuske commented 7 years ago

It would be cool to keep the popup open so that the value is visible all the time. It should still animate, but it should shrink and not disappear...

amitkumar3968 commented 7 years ago

https://github.com/alskipp/ASValueTrackingSlider/issues/42

HajarElkoumikhi commented 4 years ago

This is how you can display the slider's value

self.slider.showPopUpView(animated: true)