Version 3.3.0
-
Fixes issues with inconsistent API. The
pauseProgress()
andresetProgress()
now work as expected/intended. When callingpauseProgress()
, the completion
on thestartProgress
function won't be called until it's actually been completed.
When callingresetProgress
the completion forstartProgress
is discarded and
will no longer be called, since the ring has not actually completed (same with delegate).Thanks a lot to @MileyHollenberg for these fixes!