amratab / FlexibleSteppedProgressBar

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

Allow selectItemAtIndex only backward direction #26

Closed Welleee closed 5 years ago

Welleee commented 5 years ago

How to allow the user click ProggresBar only in backward direction?

Thanks

Welleee commented 5 years ago

Solution

return (index < progressBar.currentIndex) ? true : false