---
title: UIStoryboardPopoverSegue
framework: uikit
role: symbol
role_heading: Class
path: uikit/uistoryboardpopoversegue
---

# UIStoryboardPopoverSegue

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

## Declaration

```swift
@MainActor class UIStoryboardPopoverSegue
```

## Overview

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

- [popoverController](uikit/uistoryboardpopoversegue/popovercontroller.md)

## Relationships

### Inherits From

- [UIStoryboardSegue](uikit/uistoryboardsegue.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Deprecated classes

- [UIActionSheet](uikit/uiactionsheet.md)
- [UIAlertView](uikit/uialertview.md)
- [UIDocumentMenuViewController](uikit/uidocumentmenuviewcontroller.md)
- [UILocalNotification](uikit/uilocalnotification.md)
- [UIMenuController](uikit/uimenucontroller.md)
- [UIMenuItem](uikit/uimenuitem.md)
- [UIMutableUserNotificationAction](uikit/uimutableusernotificationaction.md)
- [UIMutableUserNotificationCategory](uikit/uimutableusernotificationcategory.md)
- [UIPopoverController](uikit/uipopovercontroller.md)
- [UIPreviewAction](uikit/uipreviewaction.md)
- [UIPreviewActionGroup](uikit/uipreviewactiongroup.md)
- [UISearchDisplayController](uikit/uisearchdisplaycontroller.md)
- [UIWebView](uikit/uiwebview.md)
- [UIUserNotificationAction](uikit/uiusernotificationaction.md)
- [UIUserNotificationCategory](uikit/uiusernotificationcategory.md)
