SwiftUIX
SwiftUIX copied to clipboard
Extra space below CocoaTextField InputAccessoryView on iOS15
There is some extra white space under inputAccessoryView, only on iOS15. Love this library otherwise!
CocoaTextField(text: $text)
.inputAccessoryView(
HStack {
Spacer()
Button("Done") {
}
}
)

@ksiwei I'll investigate - thanks for reporting!