You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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 index in durations array. Like : segmentBar?.durations[index] = videoDuration
No description provided.
The text was updated successfully, but these errors were encountered: