From 75887d2ebc7b42435dc60860cdbee1927de73df8 Mon Sep 17 00:00:00 2001 From: Grigory Ulanov Date: Tue, 22 Nov 2016 12:24:13 +0300 Subject: [PATCH] progress animation fixed --- .../CircleProgressIndicatorView/CircleProgressView.m | 1 + 1 file changed, 1 insertion(+) diff --git a/ChattoAdditions/Source/UI Components/CircleProgressIndicatorView/CircleProgressView.m b/ChattoAdditions/Source/UI Components/CircleProgressIndicatorView/CircleProgressView.m index 19b0261..cccb42d 100644 --- a/ChattoAdditions/Source/UI Components/CircleProgressIndicatorView/CircleProgressView.m +++ b/ChattoAdditions/Source/UI Components/CircleProgressIndicatorView/CircleProgressView.m @@ -101,6 +101,7 @@ rotationAnimation.duration = 1; rotationAnimation.cumulative = YES; rotationAnimation.repeatCount = HUGE_VALF; + rotationAnimation.removedOnCompletion = NO; [_bgLayer addAnimation:rotationAnimation forKey:@"rotationAnimation"]; }