次の方法で共有


ShouldDismiss 代理人

定義

ShouldDismissPopover のデリゲート。

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

パラメーター

popoverPresentationController
UIPopoverPresentationController

戻り値

true ポップオーバーを無視する必要がある場合は 。

適用対象