HamzaGhazouani / HGCircularSlider

A custom reusable circular / progress slider control for iOS application.
MIT License
2.6k stars 278 forks source link

How to set the offset of the starting point of the track? #80

Open Chaojidahoufeng opened 1 year ago

Chaojidahoufeng commented 1 year ago

I try to make the filled track start from a customized point other than the 12 o'clock direction but could not find how. One way I have thought about is to use RangeCircularSlider and disable or hide the startThumb, but I failed. Any solutions?