Open iband opened 1 year ago
When you attach TextField to keyboard like that: https://github.com/NilCoalescing/SwiftUI-Code-Examples/blob/23acc112d124508690fa8c5edfad53f87a20bde7/PinAViewToTheBottomOfSafeArea/PinAViewToTheBottomOfSafeArea.swift#L17 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?
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 🤔
When you attach TextField to keyboard like that: https://github.com/NilCoalescing/SwiftUI-Code-Examples/blob/23acc112d124508690fa8c5edfad53f87a20bde7/PinAViewToTheBottomOfSafeArea/PinAViewToTheBottomOfSafeArea.swift#L17 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?