jonhull / GradientSlider

MIT License
241 stars 29 forks source link

Add a label to the min, max, and thumb #6

Closed moleculo27 closed 7 years ago

moleculo27 commented 7 years ago

How would I go about adding the minimum value below the minimum image? Likewise I'd like to add the maximum value below the maximum image; and the current value below the thumb. Any help is appreciated!

jonhull commented 7 years ago

I think the easiest way would be to add a UILabel for each and attach it with constraints. That was what I did in a program I used this in...