共用方式為


UIPageViewControllerDelegate_Extensions.DidFinishAnimating 方法

定義

表示動畫已完成。

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

參數

This
IUIPageViewControllerDelegate

這個擴充方法運作所在的實例。

pageViewController
UIPageViewController
finished
Boolean
previousViewControllers
UIViewController[]
completed
Boolean

適用於