Skip to content

Instantly share code, notes, and snippets.

@BradB132
Created June 10, 2015 04:47
Show Gist options
  • Save BradB132/b8a1d4054fa518d3035b to your computer and use it in GitHub Desktop.
Save BradB132/b8a1d4054fa518d3035b to your computer and use it in GitHub Desktop.
ViewControllerTransitionsPart1-2
#pragma mark - UINavigationControllerDelegate
- (id <UIViewControllerAnimatedTransitioning>)navigationController:(UINavigationController *)navigationController
animationControllerForOperation:(UINavigationControllerOperation)operation
fromViewController:(UIViewController *)fromVC
toViewController:(UIViewController *)toVC
{
return [[TTFadeAnimator alloc] init];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment