UIAdaptivePresentationControllerDelegate_Extensions.WillPresent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The instance on which this extension method operates.
- presentationController
- UIPresentationController
- style
- UIModalPresentationStyle
- transitionCoordinator
- IUIViewControllerTransitionCoordinator
- Attributes