ActionSheetPicker-3.0 icon indicating copy to clipboard operation
ActionSheetPicker-3.0 copied to clipboard

Mac Catalyst Warnings

Open willm132 opened this issue 4 years ago • 1 comments

'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 avatar Apr 14 '22 15:04 willm132

Any updates on this?

willm132 avatar Jul 06 '22 14:07 willm132