alskipp/ASValueTrackingSlider

Add this to progress bar

Closed this issue · 4 comments

Does it work with progress bar?

If not, is it possible to add this feature?

Hi,
Unfortunately, it doesn't currently work with a progress bar. But I think it's a good suggestion.

Much of the code could be reused - it's only really the positioning and updating mechanism that would need to be reworked (at a guess). If I have spare time during the week, I'll try and throw something together.

Awesome!

At my understanding it would animate and change the number with the following example code:

[myCustomProgressBar updateTo:(float %)];

Then it would animate the bar. And the number will be calculated with a % of the total

@cytryn, take a look here: https://github.com/alskipp/ASProgressPopupView.
It's a 0.1 release, so it still needs to be thoroughly tested. Please raise an issue if you find any bugs.
Al

@alskipp Awesome! I will definitely look into it next week... Thanks