Share via


UIViewControllerTransitioningDelegate_Extensions.GetAnimationControllerForPresentedController Method

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.IUIViewControllerAnimatedTransitioning GetAnimationControllerForPresentedController(this UIKit.IUIViewControllerTransitioningDelegate This, UIKit.UIViewController presented, UIKit.UIViewController presenting, UIKit.UIViewController source);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetAnimationControllerForPresentedController : UIKit.IUIViewControllerTransitioningDelegate * UIKit.UIViewController * UIKit.UIViewController * UIKit.UIViewController -> UIKit.IUIViewControllerAnimatedTransitioning

Parameters

presented
UIViewController
presenting
UIViewController

Returns

Attributes

Applies to