Jignesh Radadiya

Results 2 comments of Jignesh Radadiya

> I'm also facing the same problem, all the examples have labels at top but i have at bottom and there is no way other than setting the label padding...

I got the solution for this issue. Just update below code in RangeSeekSlider.swift file /* **Old code** let newMinLabelCenter: CGPoint = CGPoint(x: leftHandle.frame.midX, y: leftHandle.frame.maxY + (minLabelTextSize.height/2) + labelPadding) let...