UIViewControllerInteractiveTransitioning_Extensions.GetCompletionCurve Method

Definition

Returns the completion curve, which controls the speed of the animation as it progresses.

public static UIKit.UIViewAnimationCurve GetCompletionCurve (this UIKit.IUIViewControllerInteractiveTransitioning This);
static member GetCompletionCurve : UIKit.IUIViewControllerInteractiveTransitioning -> UIKit.UIViewAnimationCurve

Parameters

This
IUIViewControllerInteractiveTransitioning

The instance on which this method operates.

Returns

Applies to