ShouldDismiss Delegate

Definition

Delegate for ShouldDismissPopover.

public delegate bool ShouldDismiss(UIPopoverPresentationController popoverPresentationController);
type ShouldDismiss = delegate of UIPopoverPresentationController -> bool

Parameters

popoverPresentationController
UIPopoverPresentationController

Return Value

true if the popover should be dismissed.

Applies to