Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mac Catalyst Warnings #552

Open
willm132 opened this issue Apr 14, 2022 · 1 comment
Open

Mac Catalyst Warnings #552

willm132 opened this issue Apr 14, 2022 · 1 comment

Comments

@willm132
Copy link

'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

@willm132
Copy link
Author

willm132 commented Jul 6, 2022

Any updates on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant