Aligning a UILabel with the center of UISlider thumb image in Swift

693 views Asked by At

I have a UILabel that displays the value of a UISlider.

How can I allign the UILabel with the center of the UISlider thumb image in Swift, so that the slider's value is always displayed in the center of the thumb image?

0

There are 0 answers