Skip to content

Instantly share code, notes, and snippets.

@BradB132
Created June 10, 2015 16:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BradB132/3e949c0e48b22e7c1733 to your computer and use it in GitHub Desktop.
Save BradB132/3e949c0e48b22e7c1733 to your computer and use it in GitHub Desktop.
ViewControllerTransitionsPart3-6
@interface TTBaseAnimator : NSObject
@property (nonatomic) NSTimeInterval duration;
- (NSTimeInterval)transitionDuration:(id<UIViewControllerContextTransitioning> )transitionContext;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment