Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/gmoledina/GMGridView
Browse files Browse the repository at this point in the history
  • Loading branch information
gmoledina committed Dec 15, 2011
2 parents 8dbfa01 + 3cd7d02 commit 0e851c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GMGridView/API/UIView+GMGridViewAdditions.m
Expand Up @@ -49,7 +49,7 @@ - (void)shakeStatus:(BOOL)enabled
shake.duration = 0.13; shake.duration = 0.13;
shake.autoreverses = YES; shake.autoreverses = YES;
shake.repeatCount = MAXFLOAT; shake.repeatCount = MAXFLOAT;
shake.removedOnCompletion = YES; shake.removedOnCompletion = NO;
shake.fromValue = [NSValue valueWithCATransform3D:CATransform3DRotate(self.layer.transform,-rotation, 0.0 ,0.0 ,1.0)]; shake.fromValue = [NSValue valueWithCATransform3D:CATransform3DRotate(self.layer.transform,-rotation, 0.0 ,0.0 ,1.0)];
shake.toValue = [NSValue valueWithCATransform3D:CATransform3DRotate(self.layer.transform, rotation, 0.0 ,0.0 ,1.0)]; shake.toValue = [NSValue valueWithCATransform3D:CATransform3DRotate(self.layer.transform, rotation, 0.0 ,0.0 ,1.0)];


Expand Down

0 comments on commit 0e851c7

Please sign in to comment.