UIPageViewControllerDelegate_Extensions.DidFinishAnimating Method

Definition

Indicates that animation has completed.

public static void DidFinishAnimating (this UIKit.IUIPageViewControllerDelegate This, UIKit.UIPageViewController pageViewController, bool finished, UIKit.UIViewController[] previousViewControllers, bool completed);
static member DidFinishAnimating : UIKit.IUIPageViewControllerDelegate * UIKit.UIPageViewController * bool * UIKit.UIViewController[] * bool -> unit

Parameters

This
IUIPageViewControllerDelegate

The instance on which this extension method operates.

pageViewController
UIPageViewController
finished
Boolean
previousViewControllers
UIViewController[]
completed
Boolean

Applies to