gringoireDM / LNZTreeView

A swift TreeView
MIT License
236 stars 47 forks source link

How to implement a "didDeselectNodeAt"? #28

Open duman-zz opened 5 years ago

duman-zz commented 5 years ago

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.

AustinFuller commented 4 years ago

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.