Zedenem / UICircularSlider

an iOS UISlider which displays value in a circle / pie.
143 stars 52 forks source link

Implementing a 90 degree and 180 degree arc slider? #5

Open vicc opened 10 years ago

vicc commented 10 years ago

This is really useful, thank you so much! I was wondering if you could do a quick update for a 90 degree arc. I really only need a quarter circle slider.

Is there a quick way to do this? Thanks!

I changed the circularTrack angle values to (track, self.minimumValue, self.maximumValue, 0, M_PI/2); which helped but the gestures are all messed up :/

img_1427

toseefkhilji commented 6 years ago

Any Update on this?