Skip to content

Added animated progress updates.

Compare
Choose a tag to compare
@xrolfex xrolfex released this 22 Aug 13:55
· 57 commits to master since this release

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) {}