Contents

UIPopoverControllerDelegate

The interface for the delegate of a popover controller object.

Declaration

@MainActor protocol UIPopoverControllerDelegate : NSObjectProtocol

Overview

Popover controllers notify their delegate whenever user interactions would cause the dismissal of the popover and, in some cases, give the user a chance to prevent that dismissal.

For more information about the UIPopoverController class, see UIPopoverController.

Topics

Responding to popover position changes

Managing the popover’s dismissal

See Also

Deprecated protocols