UIPopoverPresentationControllerDelegate.PrepareForPopoverPresentation Method

Definition

Informs this UIPopoverPresentationControllerDelegate object that the app is about to display the popover.

[Foundation.Export("prepareForPopoverPresentation:")]
public virtual void PrepareForPopoverPresentation (UIKit.UIPopoverPresentationController popoverPresentationController);
abstract member PrepareForPopoverPresentation : UIKit.UIPopoverPresentationController -> unit
override this.PrepareForPopoverPresentation : UIKit.UIPopoverPresentationController -> unit

Parameters

popoverPresentationController
UIPopoverPresentationController
Attributes

Applies to