Share via


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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.IUIViewControllerInteractiveTransitioning GetInteractionControllerForDismissal(this UIKit.IUIViewControllerTransitioningDelegate This, UIKit.IUIViewControllerAnimatedTransitioning animator);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetInteractionControllerForDismissal : UIKit.IUIViewControllerTransitioningDelegate * UIKit.IUIViewControllerAnimatedTransitioning -> UIKit.IUIViewControllerInteractiveTransitioning

Parameters

Returns

Attributes

Applies to