progress animation fixed

This commit is contained in:
Grigory Ulanov 2016-11-22 12:24:13 +03:00
parent 8d06ed86cd
commit 75887d2ebc
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@
rotationAnimation.duration = 1;
rotationAnimation.cumulative = YES;
rotationAnimation.repeatCount = HUGE_VALF;
rotationAnimation.removedOnCompletion = NO;
[_bgLayer addAnimation:rotationAnimation forKey:@"rotationAnimation"];
}