Protocols | |
---|---|
From | none |
To | UIMenuLeaf |
Availability | Deprecation Message | |
---|---|---|
From | Available | none |
To | Deprecated | This dictionary key is no longer used. |
Availability | |
---|---|
From | Available |
To | Deprecated |
Availability | |
---|---|
From | Available |
To | Deprecated |
Availability | |
---|---|
From | Available |
To | Deprecated |
Protocols | |
---|---|
From | none |
To | UIMenuLeaf |
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 |
Declaration | |
---|---|
From | @property (nonatomic, copy, nullable) NSArray<id<UISearchSuggestion>> *searchSuggestions |
To | @property (nonatomic, copy, nullable) NSArray<id<UISearchSuggestion>> *searchSuggestions |
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 |