hape42 / dailygammon

DailyGammon-app is free and ad-free client for the long-running DailyGammon web-based application.
https://hape42.de/RoadMap
16 stars 6 forks source link

warnings: iPhoneAbout.h & iPhoneAbout.m #25

Closed hape42 closed 1 year ago

hape42 commented 1 year ago

iPhone/iPhoneAbout.h iPhone/iPhoneAbout.h:16:29: warning build: 'UIPopoverController' is deprecated: first deprecated in iOS 9.0 - UIPopoverController is deprecated. Popovers are now implemented as UIViewController presentations. Use a modal presentation style of UIModalPresentationPopover and UIPopoverPresentationController.

iPhone/iPhoneAbout.m iPhone/iPhoneAbout.m:190:9: warning build: 'UI_USER_INTERFACE_IDIOM' is deprecated: first deprecated in iOS 13.0 - Use -[UIDevice userInterfaceIdiom] directly.