HamzaGhazouani / HGCircularSlider

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

Setting the start position #20

Open Isuru-Nanayakkara opened 7 years ago

Isuru-Nanayakkara commented 7 years ago

Hi,

I want to make a progress view that looks like this.

screen shot 2017-09-06 at 9 57 25 am

I can't seem to set the startPointValue to a position shown in the image above. It gets set to 0.

spaluchiewicz commented 7 years ago

I wasn't able to find this also so I made this implementation: https://github.com/spaluchiewicz/HGCircularSlider/tree/experiments/circleInitialAngle

Maybe (with small refactor) it's worth to merge this into main repo.

HamzaGhazouani commented 7 years ago

Hi @spaluchiewicz, if you could send a PR with this great feature it will be nice

Isuru-Nanayakkara commented 7 years ago

@spaluchiewicz That's great! Hopefully the PR will get accepted soon.

qasimsina commented 6 years ago

Hi,

I want to make a progress view that looks like this.

screen shot 2017-09-06 at 9 57 25 am

I can't seem to set the startPointValue to a position shown in the image above. It gets set to 0.

Hi, @Isuru-Nanayakkara Have you managed to do it? @spaluchiewicz Please example how do implementation this? Thanks

iblagajic commented 5 years ago

@spaluchiewicz @HamzaGhazouani What's the status of this issue? I can see a PR, but no recent activity.

Can I help?