Skip to content
This repository was archived by the owner on Jan 19, 2022. It is now read-only.

Version 1.6.2

Compare
Choose a tag to compare
@luispadron luispadron released this 03 Jul 17:38
· 203 commits to master since this release

Version 1.6.2

Highlight: New UICircularProgressRingDelegate method.

  • New method in UICircularProgressRingDelegate , didUpdateProgressValue(to newValue: CGFloat), which can be used to get notified of value changes to the progress ring in real time. As the documentation states, this is a very hot method and it may be called hundreds of times per second, thus only very minimal work should be performed in this method.