UIAdaptivePresentationControllerDelegate_Extensions.WillPresent Method

Definition

Called prior to presentation.

[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

Parameters

This
IUIAdaptivePresentationControllerDelegate

The instance on which this extension method operates.

presentationController
UIPresentationController
Attributes

Applies to