UIViewControllerTransitioningDelegate_Extensions.GetInteractionControllerForDismissal Method

Definition

When a controller is dismissed and an interaction is desired, this method can be overridden to provide a custom UIViewControllerInteractiveTransitioning.|When a dismissal interaction is called and an interaction animation is desired, t

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

Parameters

This
IUIViewControllerTransitioningDelegate

The instance on which this extension method operates.

Returns

Applies to