-
Notifications
You must be signed in to change notification settings - Fork 125
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
After updating to the latest version, my cells are now not responding to being selected #28
Comments
I am facing the same problem too. I've tried to register a tapgesture to the particular tableviewcell and assign the tableviewcell's tag as the indexPath.row. After that I tried to use open(indexPath(row: sender.view.tag, section: 0)), it works but it is faulty for me because the data isn't displaying correctly and sometimes disappearing.. |
Hi, I think I found the problem. Try to return TRUE to shouldHighlightRow delegate of ExpandableTableView. |
I had this also. Went back a version. |
I faced the same problem. Solved it by going back to ver 1.2.0. |
@gouen95 your solution worked for me. i would recommend you guys trying this @Spark3000 and @Sunnymous |
@huntergray11 Thanks. Now I can use the newest version of this library. |
Returning |
Sorry about flooding but if you want to prevent highlight effect and also work this problem around, just do as @gouen95 says and then set |
重用有问题, 已经在使用 cell 会被强制回收, |
Whenever i tap onto a cell it won't expand anymore. The openAll() function works, but putting open(indexPath) in the didSelect method does nothing for me.
The text was updated successfully, but these errors were encountered: