Share via


IUIPopoverPresentationControllerDelegate.PrepareForPopoverPresentation Method

Definition

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

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

Parameters

popoverPresentationController
UIPopoverPresentationController
Attributes

Applies to