Releases: CardinalNow/iOS-CircleProgressView
Releases · CardinalNow/iOS-CircleProgressView
Updated to support rounded end caps.
Updated Cocoapod Version 1.1.1
A number of fixes for animation progress, center colors and memory improvements.
Swift 3.0 Support
The new release now supports swift 3.0 and Xcode 8.
Added animated progress updates.
You can now use the function below to update your progress with possible animation:
Just setting the progress via its property is still supported but will be deprecated in a future release.
func setProgress(newProgress: Double, animated: Bool) {}
Added Support For Center Image
You can use the centerImage property now to set an image that will be masked to the progress view's inner diameter.