gringoireDM / LNZTreeView

A swift TreeView
MIT License
236 stars 47 forks source link

tree.ViewSelect(node: #7

Closed hughesyadaddy closed 6 years ago

hughesyadaddy commented 6 years ago

Great job with the code. I'm modifying to for selecting a node on ViewDidLoad and trying to figure out how to use the function you have. I've tried creating a class that matches TreeNodeProtocol but can't seem to figure out how to save and feed a specific protocol object into this function.

gringoireDM commented 6 years ago

Hi, can you give more info about what you are trying to achieve? I don't really have clear the use case, sorry.

hughesyadaddy commented 6 years ago

Thank you. Played with the code and figured out what I needed! Much appreciated and great work on the tree View Node.