UIPopoverPresentationControllerDelegate.ShouldDismissPopover Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Requests whether the popoverPresentationController
controller should dismissed the popover based on user actions.
[Foundation.Export("popoverPresentationControllerShouldDismissPopover:")]
public virtual bool ShouldDismissPopover (UIKit.UIPopoverPresentationController popoverPresentationController);
abstract member ShouldDismissPopover : UIKit.UIPopoverPresentationController -> bool
override this.ShouldDismissPopover : UIKit.UIPopoverPresentationController -> bool
Parameters
- popoverPresentationController
- UIPopoverPresentationController
Returns
- Attributes