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

How to get IndexPath of parent list when one or more cells are expanded. #85

Open
aqsa-arshad08 opened this issue Sep 28, 2021 · 0 comments

Comments

@aqsa-arshad08
Copy link

Is there a way to get the Indexpath of parent list. Lets

Parent {
index 0 : [child1, child2, child3]
index 1 : [child 1, child 2]
index 2 : null
}

How I can get the indexpath of normal cell when some of cells are expanded. In this case if index 0 is expanded and i click on normal cell then i will get indexpath (0+3+2) = 5. where as i want 2.
Any way to achieve this.

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