Abdul-Moiz/AMProgressBar

diffrent stripe width

Closed this issue · 2 comments

i want to make different stripe width... how?

Just set in the global configs.
AMProgressBar.config.stripesWidth = 30
or for specific progress bar
progressBar.customize { bar in bar.stripesWidth = 10 }

This feature is now added.
you can use progressBar.stripesSpacing to control it.