UIViewControllerInteractiveTransitioning.StartInteractiveTransition Method

Definition

Called prior to the system beginning the interactive portion of a UIViewController transition. Animations begin automatically subsequent to this call.

[Foundation.Export("startInteractiveTransition:")]
public abstract void StartInteractiveTransition (UIKit.IUIViewControllerContextTransitioning transitionContext);
abstract member StartInteractiveTransition : UIKit.IUIViewControllerContextTransitioning -> unit

Parameters

Implements

Attributes

Applies to