UIAdaptivePresentationControllerDelegate_Extensions.WillPresent 方法

定义

在演示之前调用。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 3, ObjCRuntime.PlatformArchitecture.All, null)]
public static void WillPresent (this UIKit.IUIAdaptivePresentationControllerDelegate This, UIKit.UIPresentationController presentationController, UIKit.UIModalPresentationStyle style, UIKit.IUIViewControllerTransitionCoordinator transitionCoordinator);
static member WillPresent : UIKit.IUIAdaptivePresentationControllerDelegate * UIKit.UIPresentationController * UIKit.UIModalPresentationStyle * UIKit.IUIViewControllerTransitionCoordinator -> unit

参数

This
IUIAdaptivePresentationControllerDelegate

此扩展方法操作的实例。

presentationController
UIPresentationController
属性

适用于