alskipp / ASValueTrackingSlider

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

Create Slider Programmatically #66

Open mfking opened 6 years ago

mfking commented 6 years ago

I am trying to create a slider programmatically (not using storyboard), but the popup value does not work. When I create it on the storyboard, it works fine, but defining it programmatically creates the slider with no popup... any ideas?