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