次の方法で共有


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

戻り値

属性

適用対象