public override IUIViewControllerAnimatedTransitioning GetAnimationControllerForPresentedController(UIViewController presented, UIViewController presenting, UIViewController source) { present = present ?? new CoolAnimatedTransitioning { IsPresentation = true }; return(present); }
public override IUIViewControllerAnimatedTransitioning GetAnimationControllerForPresentedController (UIViewController presented, UIViewController presenting, UIViewController source) { present = present ?? new CoolAnimatedTransitioning { IsPresentation = true }; return present; }