Share via


UIPopoverPresentationControllerDelegate.PrepareForPopoverPresentation Method

Definition

The popover that is controlled by popoverPresentationController will be presented soon.

[Foundation.Export("prepareForPopoverPresentation:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void PrepareForPopoverPresentation(UIKit.UIPopoverPresentationController popoverPresentationController);
[<Foundation.Export("prepareForPopoverPresentation:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PrepareForPopoverPresentation : UIKit.UIPopoverPresentationController -> unit
override this.PrepareForPopoverPresentation : UIKit.UIPopoverPresentationController -> unit

Parameters

popoverPresentationController
UIPopoverPresentationController

Implements

Attributes

Applies to