UIViewControllerTransitioningDelegate_Extensions.GetAnimationControllerForPresentedController Method

Definition

Returns the animation controller that is used when presenting presents presented.

public static UIKit.IUIViewControllerAnimatedTransitioning GetAnimationControllerForPresentedController (this UIKit.IUIViewControllerTransitioningDelegate This, UIKit.UIViewController presented, UIKit.UIViewController presenting, UIKit.UIViewController source);
static member GetAnimationControllerForPresentedController : UIKit.IUIViewControllerTransitioningDelegate * UIKit.UIViewController * UIKit.UIViewController * UIKit.UIViewController -> UIKit.IUIViewControllerAnimatedTransitioning

Parameters

This
IUIViewControllerTransitioningDelegate

The instance on which this extension method operates.

presented
UIViewController
presenting
UIViewController

Returns

Applies to