UIPopoverPresentationControllerDelegate.ShouldDismissPopover Method

Definition

Requests whether the popoverPresentationController controller should dismissed the popover based on user actions.

[Foundation.Export("popoverPresentationControllerShouldDismissPopover:")]
public virtual bool ShouldDismissPopover (UIKit.UIPopoverPresentationController popoverPresentationController);
abstract member ShouldDismissPopover : UIKit.UIPopoverPresentationController -> bool
override this.ShouldDismissPopover : UIKit.UIPopoverPresentationController -> bool

Parameters

popoverPresentationController
UIPopoverPresentationController

Returns

Attributes

Applies to