Share via


IUIViewControllerTransitioningDelegate.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

[Foundation.Export("interactionControllerForDismissal:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.IUIViewControllerInteractiveTransitioning GetInteractionControllerForDismissal(UIKit.IUIViewControllerAnimatedTransitioning animator);
[<Foundation.Export("interactionControllerForDismissal:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetInteractionControllerForDismissal : UIKit.IUIViewControllerAnimatedTransitioning -> UIKit.IUIViewControllerInteractiveTransitioning
override this.GetInteractionControllerForDismissal : UIKit.IUIViewControllerAnimatedTransitioning -> UIKit.IUIViewControllerInteractiveTransitioning

Parameters

Returns

Attributes

Applies to