共用方式為


UIPageViewControllerDelegate_Extensions.WillTransition 方法

定義

表示轉換即將開始。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void WillTransition (this UIKit.IUIPageViewControllerDelegate This, UIKit.UIPageViewController pageViewController, UIKit.UIViewController[] pendingViewControllers);
static member WillTransition : UIKit.IUIPageViewControllerDelegate * UIKit.UIPageViewController * UIKit.UIViewController[] -> unit

參數

This
IUIPageViewControllerDelegate

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

pageViewController
UIPageViewController
pendingViewControllers
UIViewController[]
屬性

適用於