alskipp / ASValueTrackingSlider

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

Popup off center on min and max value #75

Open mkoorn opened 2 years ago

mkoorn commented 2 years ago

Hi,

Currently when setting the slider to the min value or max value, the frame of the popup is adjusted to fit in bounds of the slider and therefore is rendered off center in regards to the thumb.

Could you look into a way to disable the adjustment? My design requirements need to have this popup aligned with the thumb on these values.

Thanks for your work on this lib.