Skip to content

Commit

Permalink
Fixed a bug of repeatCount
Browse files Browse the repository at this point in the history
  • Loading branch information
shu223 committed Aug 4, 2016
1 parent 43a5363 commit 1f75b98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PulsingHalo/PulsingHaloLayer.m
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ - (void)setAnimationDuration:(NSTimeInterval)animationDuration {
}

- (void)setRepeatCount:(float)repeatCount {
[super setRepeatCount:repeatCount];
self.animationGroup.repeatCount = repeatCount;
}

Expand Down

0 comments on commit 1f75b98

Please sign in to comment.