Protocols | |
---|---|
From | none |
To | UIMenuLeaf |
Availability | Deprecation Message | |
---|---|---|
From | Available | none |
To | Deprecated | This dictionary key is no longer used. |
Protocols | |
---|---|
From | NSCoding, UISpringLoadedInteractionSupporting |
To | NSCoding, UIPopoverPresentationControllerSourceItem, UISpringLoadedInteractionSupporting |
Availability | |
---|---|
From | Available |
To | Deprecated |
Availability | |
---|---|
From | Available |
To | Deprecated |
Availability | |
---|---|
From | Available |
To | Deprecated |
Availability | |
---|---|
From | Available |
To | Deprecated |
Availability | |
---|---|
From | Available |
To | Deprecated |
Availability | |
---|---|
From | Available |
To | Deprecated |
Protocols | |
---|---|
From | none |
To | UIMenuLeaf |
Availability | |
---|---|
From | Available |
To | Deprecated |
Availability | |
---|---|
From | Available |
To | Deprecated |
Protocols | |
---|---|
From | NSCoding |
To | NSCoding, UIPopoverPresentationControllerSourceItem |
Availability | Deprecation Message | |
---|---|---|
From | Available | none |
To | Deprecated | UIMenuController is deprecated. Use UIEditMenuInteraction instead. |
Availability | |
---|---|
From | Available |
To | Deprecated |
Availability | |
---|---|
From | Available |
To | Deprecated |
Availability | |
---|---|
From | Available |
To | Deprecated |
Availability | |
---|---|
From | Available |
To | Deprecated |
Availability | Deprecation Message | |
---|---|---|
From | Available | none |
To | Deprecated | UIMenuController is deprecated. Use UIEditMenuInteraction instead. |
Declaration | Availability | Deprecation Message | |
---|---|---|---|
From | API_UNAVAILABLE(tvos) const NSNotificationName UIMenuControllerWillShowMenuNotification | Available | none |
To | API_DEPRECATED("UIMenuController is deprecated. Use UIEditMenuInteraction instead.", ios(3.0, 16.0)) const NSNotificationName UIMenuControllerWillShowMenuNotification | Deprecated | UIMenuController is deprecated. Use UIEditMenuInteraction instead. |
Declaration | Availability | Deprecation Message | |
---|---|---|---|
From | API_UNAVAILABLE(tvos) const NSNotificationName UIMenuControllerDidShowMenuNotification | Available | none |
To | API_DEPRECATED("UIMenuController is deprecated. Use UIEditMenuInteraction instead.", ios(3.0, 16.0)) const NSNotificationName UIMenuControllerDidShowMenuNotification | Deprecated | UIMenuController is deprecated. Use UIEditMenuInteraction instead. |
Declaration | Availability | Deprecation Message | |
---|---|---|---|
From | API_UNAVAILABLE(tvos) const NSNotificationName UIMenuControllerWillHideMenuNotification | Available | none |
To | API_DEPRECATED("UIMenuController is deprecated. Use UIEditMenuInteraction instead.", ios(3.0, 16.0)) const NSNotificationName UIMenuControllerWillHideMenuNotification | Deprecated | UIMenuController is deprecated. Use UIEditMenuInteraction instead. |
Declaration | Availability | Deprecation Message | |
---|---|---|---|
From | API_UNAVAILABLE(tvos) const NSNotificationName UIMenuControllerDidHideMenuNotification | Available | none |
To | API_DEPRECATED("UIMenuController is deprecated. Use UIEditMenuInteraction instead.", ios(3.0, 16.0)) const NSNotificationName UIMenuControllerDidHideMenuNotification | Deprecated | UIMenuController is deprecated. Use UIEditMenuInteraction instead. |
Declaration | Availability | Deprecation Message | |
---|---|---|---|
From | API_UNAVAILABLE(tvos) const NSNotificationName UIMenuControllerMenuFrameDidChangeNotification | Available | none |
To | API_DEPRECATED("UIMenuController is deprecated. Use UIEditMenuInteraction instead.", ios(3.0, 16.0)) const NSNotificationName UIMenuControllerMenuFrameDidChangeNotification | Deprecated | UIMenuController is deprecated. Use UIEditMenuInteraction instead. |
Availability | Deprecation Message | |
---|---|---|
From | Available | none |
To | Deprecated | UIMenuItem is deprecated. Use UIEditMenuInteraction instead. |
Declaration | Availability | |
---|---|---|
From | @property (nonatomic, strong, nullable) UIBarButtonItem *barButtonItem | Available |
To | @property (nonatomic, strong, nullable) UIBarButtonItem *barButtonItem | Deprecated |
Declaration | Availability | Deprecation Message | |
---|---|---|---|
From | API_AVAILABLE(ios(3.2)) const NSNotificationName UIScreenDidConnectNotification | Available | none |
To | API_DEPRECATED("Use UISceneDelegate or related notifications to be informed of connecting scenes from other screens", ios(3.2, 16.0)) const NSNotificationName UIScreenDidConnectNotification | Deprecated | Use UISceneDelegate or related notifications to be informed of connecting scenes from other screens |
Declaration | Availability | Deprecation Message | |
---|---|---|---|
From | API_AVAILABLE(ios(3.2)) const NSNotificationName UIScreenDidDisconnectNotification | Available | none |
To | API_DEPRECATED("Use UISceneDelegate or related notifications to be informed of disconnecting scenes from other screens", ios(3.2, 16.0)) const NSNotificationName UIScreenDidDisconnectNotification | Deprecated | Use UISceneDelegate or related notifications to be informed of disconnecting scenes from other screens |
Declaration | Availability | Deprecation Message | |
---|---|---|---|
From | @property (class, nonatomic, readonly, nonnull) NSArray<UIScreen *> *screens | Available | none |
To | @property (class, nonatomic, readonly, nonnull) NSArray<UIScreen *> *screens | Deprecated | Use UIApplication.shared.openSessions to find open sessions with scenes from other screens |
Declaration | Availability | Deprecation Message | |
---|---|---|---|
From | @property (class, nonatomic, readonly, nonnull) UIScreen *mainScreen | Available | none |
To | @property (class, nonatomic, readonly, nonnull) UIScreen *mainScreen | Deprecated | Use a UIScreen instance found through context instead: i.e, view.window.windowScene.screen |
Protocols | |
---|---|
From | UISpringLoadedInteractionSupporting |
To | UIPopoverPresentationControllerSourceItem, UISpringLoadedInteractionSupporting |
Protocols | |
---|---|
From | UIContentSizeCategoryAdjusting, UITextDraggable, UITextDroppable, UITextInput, UITextPasteConfigurationSupporting |
To | UIContentSizeCategoryAdjusting, UIFindInteractionDelegate, UITextDraggable, UITextDroppable, UITextInput, UITextPasteConfigurationSupporting, UITextSearching |
Protocols | |
---|---|
From | CALayerDelegate, NSCoding, UIAccessibilityIdentification, UIAppearance, UIAppearanceContainer, UICoordinateSpace, UIDynamicItem, UIFocusItem, UIFocusItemContainer, UILargeContentViewerItem, UITraitEnvironment |
To | CALayerDelegate, NSCoding, UIAccessibilityIdentification, UIAppearance, UIAppearanceContainer, UICoordinateSpace, UIDynamicItem, UIFocusItem, UIFocusItemContainer, UILargeContentViewerItem, UIPopoverPresentationControllerSourceItem, UITraitEnvironment |
Declaration | |
---|---|
From | @property (nonatomic, copy, nullable) UIContentSizeCategory minimumContentSizeCategory |
To | @property (nonatomic, copy, nullable) UIContentSizeCategory minimumContentSizeCategory |
Declaration | |
---|---|
From | @property (nonatomic, copy, nullable) UIContentSizeCategory maximumContentSizeCategory |
To | @property (nonatomic, copy, nullable) UIContentSizeCategory maximumContentSizeCategory |
Declaration | |
---|---|
From | @property (nonatomic, readonly, copy, nonnull) NSString *appliedContentSizeCategoryLimitsDescription |
To | @property (nonatomic, readonly, copy, nonnull) NSString *appliedContentSizeCategoryLimitsDescription |
Declaration | Availability | |
---|---|---|
From | API_AVAILABLE(ios(13.0)) const UISceneSessionRole UIWindowSceneSessionRoleExternalDisplay | Available |
To | API_DEPRECATED_WITH_REPLACEMENT("UIWindowSceneSessionRoleExternalDisplayNonInteractive", ios(13.0, 16.0)) const UISceneSessionRole UIWindowSceneSessionRoleExternalDisplay | Deprecated |