Hey,
is it possible to add an inputAccessoryView to a SwiftUI View? As we can override the inputAccessoryView field on a UIKit ViewController?
I'm working on a messaging app, which needs to display the message input view all the time and "attach" it to the keyboard ones it's appearing.
If if just have a View at the bottom it's moving up and down with the keyboard automatically but once I use .interactive dismissing on my scrollView my view stays up until the keyboard is fully dismissed, which doesn't look good.