Skip to content

Instantly share code, notes, and snippets.

@muukii
Created April 12, 2014 07:44
Show Gist options
  • Save muukii/10523495 to your computer and use it in GitHub Desktop.
Save muukii/10523495 to your computer and use it in GitHub Desktop.
iOS7 default animation
[UIView animateWithDuration:0.5f delay:0 usingSpringWithDamping:1 initialSpringVelocity:0 options:UIViewAnimationOptionBeginFromCurrentState animations:^{
//animation
} completion:^(BOOL finished) {
//completion
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment