Skip to content

Instantly share code, notes, and snippets.

@0x8badf00d
Created January 31, 2012 23:52
Show Gist options
  • Save 0x8badf00d/1713963 to your computer and use it in GitHub Desktop.
Save 0x8badf00d/1713963 to your computer and use it in GitHub Desktop.
[UIView transitionWithView:self.buttonsView duration:0.7f options:UIViewAnimationOptionTransitionFlipFromLeft animations:^{
[self.buttonsView removeFromSuperview],
[self.view addSubview:self.textFieldView];
} completion:^(BOOL finished){ NSLog(@"Finished animation bool: %@",finished?@"YES":@"NO");}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment