UIPopoverPresentationControllerDelegate_Extensions.PrepareForPopoverPresentation Method

Definition

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

public static void PrepareForPopoverPresentation (this UIKit.IUIPopoverPresentationControllerDelegate This, UIKit.UIPopoverPresentationController popoverPresentationController);
static member PrepareForPopoverPresentation : UIKit.IUIPopoverPresentationControllerDelegate * UIKit.UIPopoverPresentationController -> unit

Parameters

This
IUIPopoverPresentationControllerDelegate

The instance on which this extension method operates.

popoverPresentationController
UIPopoverPresentationController

Applies to