Share via


ShouldDismiss Delegate

Definition

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

Parameters

popoverPresentationController
UIPopoverPresentationController

Return Value

Applies to