UIPopoverControllerDelegate.ShouldDismiss(UIPopoverController) Method

Definition

Whether the popover should be dismissed.

[Foundation.Export("popoverControllerShouldDismissPopover:")]
public virtual bool ShouldDismiss (UIKit.UIPopoverController popoverController);
abstract member ShouldDismiss : UIKit.UIPopoverController -> bool
override this.ShouldDismiss : UIKit.UIPopoverController -> bool

Parameters

popoverController
UIPopoverController

Returns

Attributes

Applies to