UIPopoverControllerDelegate.ShouldDismiss(UIPopoverController) 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.
Whether the popover should be dismissed.
[Foundation.Export("popoverControllerShouldDismissPopover:")]
public virtual bool ShouldDismiss (UIKit.UIPopoverController popoverController);
abstract member ShouldDismiss : UIKit.UIPopoverController -> bool
override this.ShouldDismiss : UIKit.UIPopoverController -> bool
Parameters
- popoverController
- UIPopoverController
Returns
- Attributes