ShouldDismiss
ShouldDismiss
Delegate
Definition
Delegate for ShouldDismissPopover.
public delegate bool ShouldDismiss(UIPopoverPresentationController popoverPresentationController);
type ShouldDismiss = delegate of UIPopoverPresentationController -> bool
Parameters
- popoverPresentationController
- UIPopoverPresentationController UIPopoverPresentationController
Return Value
- System.Boolean
true
if the popover should be dismissed.
- Inheritance
Applies to
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...