iOS and MacCatalyst MauiApplicationDelegate should derive from UIResponder #4390
Labels
area-single-project
Splash Screen, Multi-Targeting, MauiFont, MauiImage, MauiAsset, Resizetizer
fixed-in-6.0.200-preview.13.2
Look for this fix in 6.0.200-preview.13.2!
platform/iOS 🍎
platform/macOS 🍏
macOS / Mac Catalyst
t/bug
Something isn't working
Description
See: https://github.com/xamarin/xamarin-templates/commit/088e308ae7ae3982f04f31a53d32dd4dadb6253c
In order to override things like
BuildMenu
, the app delegate really needs to derive fromUIResponder
instead ofUIApplicationDelegate
, but it should implementIUIApplicationDelegate
.UIResponder, IUIApplicationDelegate
Steps to Reproduce
.
Version with bug
Preview 12 (current)
Last version that worked well
Unknown/Other
Affected platforms
iOS, macOS
Affected platform versions
.
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: