-
-
Notifications
You must be signed in to change notification settings - Fork 737
Description
'statusBarStyle' is deprecated: first deprecated in macCatalyst 13.1 - Use the statusBarManager property of the window scene instead.
'statusBarHidden' is deprecated: first deprecated in macCatalyst 13.1 - Use the statusBarManager property of the window scene instead.
'beginAnimations:context:' is deprecated: first deprecated in macCatalyst 13.1 - Use the block-based animation API instead
'setAnimationDuration:' is deprecated: first deprecated in macCatalyst 13.1 - Use the block-based animation API instead
'setAnimationCurve:' is deprecated: first deprecated in macCatalyst 13.1 - Use the block-based animation API instead
'commitAnimations' is deprecated: first deprecated in macCatalyst 13.1 - Use the block-based animation API instead
'showsSelectionIndicator' is deprecated: first deprecated in macCatalyst 13.1 - This property has no effect on iOS 7 and later.
'UI_USER_INTERFACE_IDIOM' is deprecated: first deprecated in macCatalyst 13.1 - Use -[UIDevice userInterfaceIdiom] directly.
'keyWindow' is deprecated: first deprecated in macCatalyst 13.1 - Should not be used for applications that support multiple scenes as it returns a key window across all connected scenes