Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ChildhoodAndy committed Dec 17, 2015
1 parent f35e55d commit 8cd43d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions KYAnimatedPageControl-Demo/Classes/Line.m
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ -(void)animateSelectedLineToNewIndex:(NSInteger)newIndex{

self.selectedLineLength = newLineLength;
anim.delegate = self;
anim.removedOnCompletion = YES;
[self addAnimation:anim forKey:@"lineAnimation"];

self.selectedPage = newIndex;
Expand Down

0 comments on commit 8cd43d8

Please sign in to comment.