-
Notifications
You must be signed in to change notification settings - Fork 113
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
'onChange(of:perform:)' is only available in iOS 14.0 or newer #77
Comments
Hmm... I'm considering dropping iOS 13 support because |
This is probably a good move overall, but FYI my backports re-implements |
When target version is set to iOS 13, Menu.swift may not be compiled with an error:
I believe it should be workarounded with the solution from this article:
https://betterprogramming.pub/implementing-swiftui-onchange-support-for-ios13-577f9c086c9
Should I open a PR to fix this issue?
The text was updated successfully, but these errors were encountered: