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

Change padding keyboard will show #1780

Open
inflamesonly opened this issue Mar 1, 2023 · 0 comments
Open

Change padding keyboard will show #1780

inflamesonly opened this issue Mar 1, 2023 · 0 comments
Labels

Comments

@inflamesonly
Copy link

inflamesonly commented Mar 1, 2023

I need to change the position of the keyboard when the keyboard is open. For example, in the closed state padding = 0 and in the open state padding = 20

i do this
subviewInputBar.padding = UIEdgeInsets(top: 0, left: 0, bottom: isOpen ? 20 : 0, right: 0)

through the breakpoints I see that the constraints are changing, but visually nothing happens.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant