UIPopoverPresentationControllerDelegate.ShouldDismissPopover 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
请求控制器是否 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
返回
- 属性