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[]
属性

适用于