MBCircularProgressBar
MBCircularProgressBar copied to clipboard
how animate progress bar ,,,,my progress bar animation not working ,,,,Swift
override func viewWillAppear(_ animated: Bool) {
UIView.animate(withDuration: 1.0, animations: {
self.improvementProgress.value = 75.0
})
}
Hi bro, did you fix it? I also have a same problem