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 implement a "didDeselectNodeAt"? #28

Open
duman-zz opened this issue May 24, 2019 · 1 comment
Open

How to implement a "didDeselectNodeAt"? #28

duman-zz opened this issue May 24, 2019 · 1 comment

Comments

@duman-zz
Copy link

When LNZTreeView is integrated with a TableView, Is there a method / override that can be implemented to trigger / capture a didDeSelectNode on a treeView cell? There is a didSelectNodeAt, but no didDeSelectNodeAt.

@duman-zz duman-zz changed the title How to implement a "didDeselectRowAt"? How to implement a "didDeselectNodeAt"? May 24, 2019
@AustinFuller
Copy link

I'm work on this problem now as well. I think what I'll end up doing is keeping track of the indexPath of the selected node and check for it within the DidSelectNodeAt function.

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

2 participants