Skip to content

Instantly share code, notes, and snippets.

@jlcampana
Created August 24, 2012 12:18
Show Gist options
  • Save jlcampana/3449957 to your computer and use it in GitHub Desktop.
Save jlcampana/3449957 to your computer and use it in GitHub Desktop.
Animation
[UIView animateWithDuration:DURATION
delay:0.0
options: UIViewAnimationCurveEaseOut
animations:^{
}
completion:^(BOOL finished){
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment