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: RatingVC.m #33

Closed hape42 closed 1 year ago

hape42 commented 1 year ago

Rating/RatingVC.m:702:32: warning build: Assigning to 'id _Nullable' from incompatible type 'RatingVC *const __strong'

Rating/RatingVC.m:727:15: warning build: Unused variable 'str'

Rating/RatingVC.m:733:9: warning build: 'UI_USER_INTERFACE_IDIOM' is deprecated: first deprecated in iOS 13.0 - Use -[UIDevice userInterfaceIdiom] directly.

Rating/RatingVC.m:741:9: 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.

Rating/RatingVC.m:741:60: 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.

hape42 commented 1 year ago

Okay I'll take it from here