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?
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?