Share via


UIPopoverPresentationControllerDelegate_Extensions.ShouldDismissPopover Method

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool ShouldDismissPopover(this UIKit.IUIPopoverPresentationControllerDelegate This, UIKit.UIPopoverPresentationController popoverPresentationController);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ShouldDismissPopover : UIKit.IUIPopoverPresentationControllerDelegate * UIKit.UIPopoverPresentationController -> bool

Parameters

popoverPresentationController
UIPopoverPresentationController

Returns

Attributes

Applies to