alskipp / ASValueTrackingSlider

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

Show pop up from left, right or bottom of slider knob? #44

Open nickthedude opened 8 years ago

nickthedude commented 8 years ago

Might be useful, I'm running into the issue where it's cut off in a tableview cell and I am trying to avoid subclassing cells. I saw a few methods that might enable this if I start hacking around but no easy interface to it. I may end up having to implement this, if i do I'll send a pull request. Great class though very well thought out and clean code. Thanks for your work.

alskipp commented 8 years ago

The subclassing to deal with the tablecell view hierarchy isn't something I particularly like. If you do come up with an alternative, I'd certainly be interested.

Thanks and best of luck, Al