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

Method with list of table cells being returned not being called on row selection. #24

Open
issue01001 opened this issue Nov 16, 2017 · 3 comments

Comments

@issue01001
Copy link

Ever since I updated to the newest version, I am unable to expand my expandable cells when I click on the containing row. The selection of the row isn't being triggered and I am not getting asked for the list of table view cells anymore. I don't seem to have this issue with a normal table view and can detect selection and handle it just fine.

Before updating from the 1.1.0 pod version, I was able to actually enter the func expandableTableView(_ expandableTableView: ExpandableTableView, expandedCellsForRowAt indexPath: IndexPath) -> [UITableViewCell]? method and return my cells; but had an issue where everything would be rendering on top of each other or just in weird locations on the table when more than 1 expandable row was expanded at a time.

Any help would be appreciated. Thanks in advance.

@arezogh
Copy link

arezogh commented Jan 17, 2018

I have the same problem :(

@anomaddev
Copy link

anomaddev commented Aug 13, 2018

I am having the same issue on version 1.2.3

@pikaboo
Copy link
Collaborator

pikaboo commented Nov 18, 2018

Please make sure you are overriding expandableTableView:shouldHighlight:
There is a similar method in UITableViewDelegate, don't override that

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