MatiBot / MBCircularProgressBar

A circular, animatable & highly customizable progress bar from the Interface Builder (Objective-C)
https://www.cocoacontrols.com/controls/mbcircularprogressbar
MIT License
994 stars 180 forks source link

how animate progress bar ,,,,my progress bar animation not working ,,,,Swift #74

Open varun-bhola15 opened 5 years ago

varun-bhola15 commented 5 years ago

override func viewWillAppear(_ animated: Bool) {
UIView.animate(withDuration: 1.0, animations: { self.improvementProgress.value = 75.0 }) }

Sargis commented 4 years ago

Hi bro, did you fix it? I also have a same problem