alskipp / ASValueTrackingSlider

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

Is there a way to show live values without showing popup? #39

Closed hagile closed 8 years ago

hagile commented 8 years ago

As title say, is this possible?

alskipp commented 8 years ago

I don't understand the question. Where would the live values be displayed?

hagile commented 8 years ago

I don't want to show live value inside a popup instead a lable, may be?

hagile commented 8 years ago

btw, I've decided to skip ASValueTrackingSlider and stick to UISlider – I've implemented that thing on my own :+1: