Created
August 21, 2017 00:38
-
-
Save victorchee/764d4a77f408a860f541c0fa391be1c6 to your computer and use it in GitHub Desktop.
Shake like iPhone delete effect.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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