ExpandableCell icon indicating copy to clipboard operation
ExpandableCell copied to clipboard

TableView freeze after pushing new ViewController

Open Z1Z0 opened this issue 5 years ago • 7 comments

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?

Z1Z0 avatar Apr 14 '20 19:04 Z1Z0

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

kangsuhyun avatar Jun 01 '20 07:06 kangsuhyun

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

mchan004 avatar Jun 28 '20 07:06 mchan004

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.

Z1Z0 avatar Jun 28 '20 07:06 Z1Z0

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 https://github.com/younatics/ExpandableCell/issues/64

mchan004 avatar Jun 28 '20 09:06 mchan004

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?

Z1Z0 avatar Jun 28 '20 12:06 Z1Z0

tableView.delegate = self in viewWillAppear

mchan004 avatar Jun 28 '20 13:06 mchan004

tableView.delegate = self in viewWillAppear

Thanks, your solution is working for me

gang018 avatar Sep 02 '20 05:09 gang018