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

Prevent Default Expandable Cell Expansion #79

Open
tadeha opened this issue Apr 6, 2020 · 0 comments
Open

Prevent Default Expandable Cell Expansion #79

tadeha opened this issue Apr 6, 2020 · 0 comments

Comments

@tadeha
Copy link

tadeha commented Apr 6, 2020

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.

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

1 participant