コード例 #1
0
 public override IUIViewControllerAnimatedTransitioning GetAnimationControllerForPresentedController(UIViewController presented, UIViewController presenting, UIViewController source)
 {
     present = present ?? new OverlayAnimatedTransitioning {
         IsPresentation = true
     };
     return(present);
 }
コード例 #2
0
		public override IUIViewControllerAnimatedTransitioning GetAnimationControllerForPresentedController (UIViewController presented, UIViewController presenting, UIViewController source)
		{
			present = present ?? new OverlayAnimatedTransitioning {
				IsPresentation = true
			};
			return present;
		}