SwiftUIX icon indicating copy to clipboard operation
SwiftUIX copied to clipboard

Extra space below CocoaTextField InputAccessoryView on iOS15

Open ksiwei opened this issue 4 years ago • 1 comments

There is some extra white space under inputAccessoryView, only on iOS15. Love this library otherwise!

CocoaTextField(text: $text)
            .inputAccessoryView(
                HStack {
                    Spacer()
                    Button("Done") {

                    }
                }
            )

image

ksiwei avatar Feb 25 '22 12:02 ksiwei

@ksiwei I'll investigate - thanks for reporting!

vmanot avatar Feb 27 '22 17:02 vmanot