Class
UIStoryboardPopoverSegue
The UIStoryboardPopoverSegue
class defines a specific type of segue for presenting content in a popover. 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.
SDKs
- iOS 5.0–9.0Deprecated
- Mac Catalyst 13.0–13.0Deprecated
- tvOS 9.0–9.0Deprecated
Topics
Accessing the Segue Attributes
See Also
Deprecated Classes
class UIPreviewAction
A preview action, or peek quick action, that is displayed below a peek when a user swipes the peek upward.
Deprecatedclass UIAlertView
In apps that run in versions of iOS prior to iOS 8, use the UIAlertView
class to display an alert message to the user. An alert view functions similar to but differs in appearance from an action sheet (an instance of UIActionSheet
).
Deprecatedclass UILocalNotification
Important:UILocalNotification
is deprecated in iOS 10. Use UNNotificationRequest
instead. A UILocalNotification
object specifies a notification that an app can schedule for presentation at a specific date and time.
Deprecatedclass UIMutableUserNotificationCategory
Important: UIMutableUserNotificationCategory
is deprecated in iOS 10. Use UNNotificationCategory
instead. A UIMutableUserNotificationCategory
object encapsulates information about custom actions that your app can perform in response to a local or push notification. Use instances of this class to customize the actions included in an alert when space onscreen is constrained.
Deprecatedclass UIUserNotificationAction
Important: UIUserNotificationAction
is deprecated in iOS 10. Use UNNotificationAction
instead. A UIUserNotificationAction
object represents a custom action that your app can perform in response to a remote or local notification.
Deprecatedclass UIUserNotificationCategory
Important:UIUserNotificationCategory
is deprecated in iOS 10. Use UNNotificationCategory
instead. A UIUserNotificationCategory
object encapsulates information about custom actions that your app can perform in response to a local or push notification.
Deprecated