Поделиться через


ShouldDismiss Делегат

Определение

Делегат для ShouldDismissPopover.

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

Параметры

popoverPresentationController
UIPopoverPresentationController

Возвращаемое значение

true Значение , если всплывающее окно должно быть отклонено.

Применяется к