Skip to content

Instantly share code, notes, and snippets.

@jerryhjones
Created June 18, 2015 05:03
Show Gist options
  • Save jerryhjones/1657d3ed8d454f5cb71f to your computer and use it in GitHub Desktop.
Save jerryhjones/1657d3ed8d454f5cb71f to your computer and use it in GitHub Desktop.
- (void)presentViewController:(UIViewController *)viewControllerToPresent
animated:(BOOL)flag
animatorClass:(Class)animatorClass
completion:(void (^)(void))completion;
- (void)presentViewController:(UIViewController *)viewControllerToPresent
animated:(BOOL)flag
animator:(id<UIViewControllerAnimatedTransitioning>)animator
completion:(void (^)(void))completion;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment