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

Feature request - continue tap on keyboard dismiss #4

Open
Gargo opened this issue Jan 29, 2024 · 1 comment
Open

Feature request - continue tap on keyboard dismiss #4

Gargo opened this issue Jan 29, 2024 · 1 comment

Comments

@Gargo
Copy link

Gargo commented Jan 29, 2024

I have UITableView and I want not only dismiss keyboard but also click UITableView. Tried to edit your code but the problem is click is handled when UITableView is already hidden and I get a wrong indexPath.

@Gargo
Copy link
Author

Gargo commented Jan 30, 2024

Found out that it is a common problem when gestures wait for scrolling animation finish but I could simulate my own touches instead of ones provided by system. The problem is these touches should be placed before line UIResponder.currentFirstResponder?.resignFirstResponder() and it means the library needs significant modifications.

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

No branches or pull requests

1 participant