ShouldDismiss 대리자

정의

ShouldDismissPopover에 대한 대리자입니다.

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

매개 변수

popoverPresentationController
UIPopoverPresentationController

반환 값

true 팝오버를 해제해야 하는 경우 입니다.

적용 대상