I want to create custom curvy UISlider
as like below screen which is fit to screen.
I checked MTCircularSlider library and also apply of tranform
animaton to UISlider control but none of them working.
My mind got stuck after performing many tries.
Thank you
trackMinAngle()
andtrackMaxAngle()
. seems to be what you need. Set the slider as "big", find the angle corresponding of when the slider touch the borders of you view (screen in your case). – ValleauMTCircularSlider
with bigger width that your screen width. Is that your issue? – Valleau