UIPopoverControllerDelegate
The interface for the delegate of a popover controller object.
Declaration
@MainActor protocol UIPopoverControllerDelegate : NSObjectProtocolOverview
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.