Contents

UIStoryboardPopoverSegue

A specific type of segue for presenting content in a popover.

Declaration

@MainActor class UIStoryboardPopoverSegue

Overview

For popover segues, the destination view controller contains the content to be displayed in the popover. This class provides an additional popoverController property so that your custom code has access to the popover controller object. For example, you might want to store the popover controller elsewhere in your code so that you can dismiss the popover programmatically.

Topics

Accessing the segue attributes

See Also

Deprecated classes