UIViewControllerTransitioningDelegate_Extensions.GetInteractionControllerForPresentation Method

Definition

When a controller is presented and an interaction desired, this method can be overridden to provide a custom UIViewControllerInteractiveTransitioning.

public static UIKit.IUIViewControllerInteractiveTransitioning GetInteractionControllerForPresentation (this UIKit.IUIViewControllerTransitioningDelegate This, UIKit.IUIViewControllerAnimatedTransitioning animator);
static member GetInteractionControllerForPresentation : UIKit.IUIViewControllerTransitioningDelegate * UIKit.IUIViewControllerAnimatedTransitioning -> UIKit.IUIViewControllerInteractiveTransitioning

Parameters

This
IUIViewControllerTransitioningDelegate

The instance on which this extension method operates.

Returns

Applies to