UIViewControllerAnimatedTransitioning_Extensions.AnimationEnded Method

Definition

Indicates that the animation has ended.

public static void AnimationEnded (this UIKit.IUIViewControllerAnimatedTransitioning This, bool transitionCompleted);
static member AnimationEnded : UIKit.IUIViewControllerAnimatedTransitioning * bool -> unit

Parameters

This
IUIViewControllerAnimatedTransitioning

The instance on which this extension method operates.

transitionCompleted
Boolean

Applies to