You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
I have
UITableView
and I want not only dismiss keyboard but also clickUITableView
. Tried to edit your code but the problem is click is handled whenUITableView
is already hidden and I get a wrong indexPath.The text was updated successfully, but these errors were encountered: