You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
duman-zz
changed the title
How to implement a "didDeselectRowAt"?
How to implement a "didDeselectNodeAt"?
May 24, 2019
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.
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.
The text was updated successfully, but these errors were encountered: