Skip to content

Releases: CardinalNow/iOS-CircleProgressView

Updated to support rounded end caps.

Choose a tag to compare

@xrolfex xrolfex released this 09 May 18:34
1.1.2

Updated Cocoapod Version 1.1.1

Choose a tag to compare

@xrolfex xrolfex released this 03 Feb 15:05

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

Swift 3.0 Support

Choose a tag to compare

@xrolfex xrolfex released this 27 Sep 18:01

The new release now supports swift 3.0 and Xcode 8.

Added animated progress updates.

Choose a tag to compare

@xrolfex xrolfex released this 22 Aug 13:55

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

Choose a tag to compare

@xrolfex xrolfex released this 22 Aug 13:56

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