Skip to content

Releases: CardinalNow/iOS-CircleProgressView

Updated to support rounded end caps.

09 May 18:34
Compare
Choose a tag to compare

Updated Cocoapod Version 1.1.1

03 Feb 15:05
Compare
Choose a tag to compare

A number of fixes for animation progress, center colors and memory improvements.

Swift 3.0 Support

27 Sep 18:01
Compare
Choose a tag to compare

The new release now supports swift 3.0 and Xcode 8.

Added animated progress updates.

22 Aug 13:55
Compare
Choose a tag to compare

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

22 Aug 13:56
Compare
Choose a tag to compare

You can use the centerImage property now to set an image that will be masked to the progress view's inner diameter.