We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
how can I set the scrollDismissesKeyboard = interactively?
The text was updated successfully, but these errors were encountered:
Hey @ruofeilyu, ChatView is UITableView under the hood, try smth like UITableView.appearance().keyboardDismissMode = .onDrag have a nice day
Sorry, something went wrong.
A downward drag gesture of at least 100px, initiated on the InputView…
059f4e6
…, will request the keyboard to be dismissed (addresses exyte#85 and exyte#115)
No branches or pull requests
how can I set the scrollDismissesKeyboard = interactively?
The text was updated successfully, but these errors were encountered: