amratab / FlexibleSteppedProgressBar

Flexible Stepped Progress Bar for IOS
Other
575 stars 113 forks source link

arbitrary segment lengths? #4

Closed nick-iCars closed 7 years ago

nick-iCars commented 7 years ago

Just wondering if this library supports arbitrary segmetn lengths? for example i want from segment 1 (point 0 to point 1) to be 100 px, but i want the second segment (point 1 to point 2) to be 400 px. I guess I could just use 2 separate instances now that im thinking about it.

nick-iCars commented 7 years ago

I guess im thinking about using this in a non-standard way, because I was hoping to be able to set the progress amount. Looks like this only can be set per segment. Yeah I think I'm doing it wrong.