-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
iOS15+ support keyboardLayoutGuide #38
Comments
If you import KeyboardLayoutGuide at the top of the file, the error goes away. |
@KYHyeon Yeah I saw they announced |
The workaround not fix the app target for iOS 15 only. The app still find and use the https://github.com/MainasuK/KeyboardLayoutGuide/tree/fix/iOS15 |
@MainasuK that is weird, just tried locally creating an iOS15+ only app and whenever I add |
@s4cha You can try push a view in navigation stack or present a modal then dismiss it. The native one get a bug in iOS 15.0 build in my case. The bug also described in that blog: |
Thanks @MainasuK . I have the same issue with you. Luckily, your workaround/fix works for me. |
It appears to officially support keyboardLayoutGuide from iOS15+.
view.keyboardLayoutGuide causes errors 'keyboardLayoutGuide' is only available in iOS 15.0 or newer
Reference: https://developer.apple.com/documentation/uikit/uiview/3752221-keyboardlayoutguide
The text was updated successfully, but these errors were encountered: