We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When you attach TextField to keyboard like that:
SwiftUI-Code-Examples/PinAViewToTheBottomOfSafeArea/PinAViewToTheBottomOfSafeArea.swift
Line 17 in 23acc11
Is there a way to achieve behavior like in iMessage with SwiftUI?
The text was updated successfully, but these errors were encountered:
I wonder if there are any changes to this in iOS 17? I looks like we have a few new customizations for UIKit, but not SwiftUI 🤔
Sorry, something went wrong.
No branches or pull requests
When you attach TextField to keyboard like that:
SwiftUI-Code-Examples/PinAViewToTheBottomOfSafeArea/PinAViewToTheBottomOfSafeArea.swift
Line 17 in 23acc11
TextField is not interactively dismissed with keyboard (example of the issue on stack overflow: https://stackoverflow.com/questions/73770425/scrollview-scrolldismisseskeyboard-interactively-feels-weird).
Is there a way to achieve behavior like in iMessage with SwiftUI?
The text was updated successfully, but these errors were encountered: