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

TableView freeze after pushing new ViewController #80

Open
Z1Z0 opened this issue Apr 14, 2020 · 7 comments
Open

TableView freeze after pushing new ViewController #80

Z1Z0 opened this issue Apr 14, 2020 · 7 comments

Comments

@Z1Z0
Copy link

Z1Z0 commented Apr 14, 2020

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?

@kangsuhyun
Copy link

ExpandableTableView.swift 19 line
public var expandableDelegate: ExpandableDelegate? {
source update
weak public var expandableDelegate: ExpandableDelegate? {

@mchan004
Copy link

not work. I'm try in TabView. it also freeze after switch tab and back.

@Z1Z0
Copy link
Author

Z1Z0 commented Jun 28, 2020

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.

@mchan004
Copy link

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

@Z1Z0
Copy link
Author

Z1Z0 commented Jun 28, 2020

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.autoReleaseDelegate = false only?

@mchan004
Copy link

tableView.delegate = self in viewWillAppear

@gang018
Copy link

gang018 commented Sep 2, 2020

tableView.delegate = self in viewWillAppear

Thanks, your solution is working for me

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

4 participants