-
-
Notifications
You must be signed in to change notification settings - Fork 513
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
Tableview's didSelectRowAt method not getting called in v1.6.0 #222
Comments
Could you please check the repro when you comment out the line? |
Is it okay to edit the source files even if I add the library to my project via CocoaPods? |
Yes, it is! |
Tried it. Cleaned the DerviedData folder manually too. But the issue persists. |
Thanks, it looks same as #164. |
Oh, that sucks. I guess I'll revert back to v1.4.0 for now. Everything works fine in that version. |
I still have this issue. |
Short description
I have a
UITableViewController
embedded in the floating panel. When I single tap on any cell, thedidSelectRowAt
method gets fired. But since the latest version, this behavior has become erratic. I have to double tap on cells for thedidSelectRowAt
method to fire.Expected behavior
didSelectRowAt
method to fire on single tap. This worked fine in v1.4.0.Steps to reproduce
didSelectRowAt
does not fire.didSelectRowAt
fires.Another behavior I noticed.
didSelectRowAt
fires.Environment
Library version
1.6.0
Installation method
iOS version(s)
12.2
Xcode version
10.2.1
The text was updated successfully, but these errors were encountered: