Share via


IUIPopoverPresentationControllerDelegate.ShouldDismissPopover Method

Definition

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

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

Parameters

popoverPresentationController
UIPopoverPresentationController

Returns

Attributes

Applies to