UIPopoverPresentationControllerDelegate.ShouldDismissPopover 方法

定义

请求控制器是否 popoverPresentationController 应根据用户操作关闭弹出窗口。

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

参数

popoverPresentationController
UIPopoverPresentationController

返回

属性

适用于