UIPopoverPresentationControllerDelegate_Extensions.ShouldDismissPopover Method

Definition

Asks if the popover that is controlled by popoverPresentationController should be dismissed.

public static bool ShouldDismissPopover (this UIKit.IUIPopoverPresentationControllerDelegate This, UIKit.UIPopoverPresentationController popoverPresentationController);
static member ShouldDismissPopover : UIKit.IUIPopoverPresentationControllerDelegate * UIKit.UIPopoverPresentationController -> bool

Parameters

This
IUIPopoverPresentationControllerDelegate

The instance on which this extension method operates.

popoverPresentationController
UIPopoverPresentationController

Returns

Applies to