ExpandableCell icon indicating copy to clipboard operation
ExpandableCell copied to clipboard

Prevent Default Expandable Cell Expansion

Open tadeha opened this issue 5 years ago • 0 comments

Hello, How can I prevent ExpandableTableView from expanding by default when the user tapped on it. I want to manually open and close the outer cells didSelectRowAt function because I'm making a network request for each expandable cell to get its expanded rows. I tried overriding isSelectable() function in my expandable cell which is also inheriting from ExpandableCell protocol. I also tried tableView.autoRemoveSelection both true and false but I didn't get my desired result.

tadeha avatar Apr 06 '20 06:04 tadeha