Skip to content

Instantly share code, notes, and snippets.

@victorchee
Created August 21, 2017 00:38
Show Gist options
  • Save victorchee/764d4a77f408a860f541c0fa391be1c6 to your computer and use it in GitHub Desktop.
Save victorchee/764d4a77f408a860f541c0fa391be1c6 to your computer and use it in GitHub Desktop.
Shake like iPhone delete effect.
[UIView animateWithDuration:.1 delay:0 options:UIViewAnimationOptionRepeat | UIViewAnimationOptionAutoreverse | UIViewAnimationOptionAllowUserInteraction animations:^{
cell.transform = CGAffineTransformMakeRotation(.02);
} completion:nil];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment