Handle outermost position inconsistency with UISlider
Ornolfr opened this issue · 0 comments
Ornolfr commented
On UISlider, when a handle is moved to the min or max value, it looks like this:
The handle sticks on its left side to the start of the track.
On RangeSeekSlider, it looks like this:
The handle is centered on the start of the track.
Is there any way to make RangeSeekSlider handle work consistently with UISlider on that part?