You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to add an image to the thumb for the slider and I added that image to the thumb layer but it doesn't get reflected. Please let me know how this can be achieved?
I want to add an image to the thumb for the slider and I added that image to the thumb layer but it doesn't get reflected. Please let me know how this can be achieved?
I added the below code in the prepare method
thumbLayer.backgroundColor = UIColor.clear.cgColor
thumbLayer.contents = UIImage(named:"knobPointer.png")?.cgImage
The text was updated successfully, but these errors were encountered: