Skip to content

Instantly share code, notes, and snippets.

@onevcat
Created September 20, 2012 09:28
Show Gist options
  • Save onevcat/3754903 to your computer and use it in GitHub Desktop.
Save onevcat/3754903 to your computer and use it in GitHub Desktop.
uianimation 3.x style
[UIView beginAnimations:@"ToggleSiblings"context:nil];
[UIView setAnimationTransition:UIViewAnimationTransitionCurlUp forView:self.view cache:YES];
[UIViewsetAnimationDuration:1.0];
// Make your changes
[UIView commitAnimations];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment