ShouldDismiss 委托

定义

ShouldDismissPopover 的委托。

public delegate bool ShouldDismiss(UIPopoverPresentationController popoverPresentationController);
type ShouldDismiss = delegate of UIPopoverPresentationController -> bool

参数

popoverPresentationController
UIPopoverPresentationController

返回值

true 如果应取消弹出框,则为 。

适用于