Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extra space below CocoaTextField InputAccessoryView on iOS15 #351

Closed
ksiwei opened this issue Feb 25, 2022 · 1 comment
Closed

Extra space below CocoaTextField InputAccessoryView on iOS15 #351

ksiwei opened this issue Feb 25, 2022 · 1 comment
Assignees
Labels
bug Something isn't working sizing-bug

Comments

@ksiwei
Copy link

ksiwei commented Feb 25, 2022

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

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

                    }
                }
            )

image

@vmanot
Copy link
Member

vmanot commented Feb 27, 2022

@ksiwei I'll investigate - thanks for reporting!

@vmanot vmanot added bug Something isn't working sizing-bug labels Feb 27, 2022
@vmanot vmanot self-assigned this Feb 18, 2023
@vmanot vmanot closed this as completed May 8, 2023
vmanot added a commit that referenced this issue May 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working sizing-bug
Projects
None yet
Development

No branches or pull requests

2 participants