-
Notifications
You must be signed in to change notification settings - Fork 124
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 freeze after pushing new ViewController #80
Comments
ExpandableTableView.swift 19 line |
not work. I'm try in TabView. it also freeze after switch tab and back. |
I tried it a lot but it has the same issue. |
I have solved this issue by #64 |
Just call |
tableView.delegate = self in viewWillAppear |
Thanks, your solution is working for me |
Thank you for this awesome library,
I've added ExpandableCell in jonkykong/SideMenu pod, but when I try to push a new ViewController and back to the (Side Menu) I can't click on any cell in the TableView at all, all cells freeze. I tried to reloadData and reloadSection but when I back to the menu the cells disappear.
I also tried it in the demo, and there is the same issue.
How to solve this issue?
The text was updated successfully, but these errors were encountered: