MRCircularProgressView
MRCircularProgressView copied to clipboard
No animation when decreasing progress.
If you first set the progress to some value and then call setProgress:animated: with a value smaller than the current progress, the arc path updates without animation. (even if the animated parameter was set to YES).