How do you get the keyboard to not push up controls at very bottom of view, but still push up view to adjust for active TextField?
In SwiftUI on iOS, I have the following .sheet
which displays a DisclosureGroup
which contains a DisclosureGroup
within it that has a TextField
. At the very bottom of the .sheet
are two buttons “Cancel” and “Enter” to allow the user to submit data / dismiss it: