Skip to content

Instantly share code, notes, and snippets.

@miwillhite
Created November 7, 2013 19:27
Show Gist options
  • Select an option

  • Save miwillhite/7360464 to your computer and use it in GitHub Desktop.

Select an option

Save miwillhite/7360464 to your computer and use it in GitHub Desktop.
[UIView animateWithDuration:PRESENT_DURATION
delay:0
options:UIViewAnimationOptionCurveEaseIn
animations:^{
// THIS GETS CALLED
toVC.view.transform = CGAffineTransformIdentity;
} completion:^(BOOL finished) {
// DOESNT GET HERE
[transitionContext completeTransition:YES];
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment