Share via


UIPopoverPresentationControllerDelegate.ShouldDismissPopover Method

Definition

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

[Foundation.Export("popoverPresentationControllerShouldDismissPopover:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldDismissPopover(UIKit.UIPopoverPresentationController popoverPresentationController);
[<Foundation.Export("popoverPresentationControllerShouldDismissPopover:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldDismissPopover : UIKit.UIPopoverPresentationController -> bool
override this.ShouldDismissPopover : UIKit.UIPopoverPresentationController -> bool

Parameters

popoverPresentationController
UIPopoverPresentationController

Returns

Implements

Attributes

Applies to