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

Update readme #87

Open NeariX67 opened 4 years ago

NeariX67 commented 4 years ago

The new Swift Syntax for animations would be: [UIView .animate(withDuration: 1.0, animations: { self.progressBar.value = 55.f })]