progress animation fixed
This commit is contained in:
parent
8d06ed86cd
commit
75887d2ebc
|
|
@ -101,6 +101,7 @@
|
|||
rotationAnimation.duration = 1;
|
||||
rotationAnimation.cumulative = YES;
|
||||
rotationAnimation.repeatCount = HUGE_VALF;
|
||||
rotationAnimation.removedOnCompletion = NO;
|
||||
[_bgLayer addAnimation:rotationAnimation forKey:@"rotationAnimation"];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue