ShouldDismiss Delegado

Definición

Delegado de ShouldDismissPopover.

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

Parámetros

popoverPresentationController
UIPopoverPresentationController

Valor devuelto

true si se debe descartar la ventana emergente.

Se aplica a