Shreyak Godala
Results
2
comments of
Shreyak Godala
https://github.com/sashabaranov/SegmentedProgressBar/commit/6542b5feeea916a35af760e350114acaecc70545
@ubrainrepo yes you can. For that in `next()` function in SegmentedProgressBar move line : `self.delegate?.segmentedProgressBarChangedIndex(index: newIndex)`above `self.animate(animationIndex: newIndex)`. Then in your delegate method :` func segmentedProgressBarChangedIndex(index: Int)` change the desired...