Augustyniak / RATreeView

Library providing easy-to-use interface for displaying tree structures on iOS and tvOS.
MIT License
2.49k stars 466 forks source link

Want path of particular node? #256

Open ZalavadiaNirav opened 6 years ago

ZalavadiaNirav commented 6 years ago

Hi I am using RATreeview but i am unable to get exact path for particular node.Please suggest me a way. Sorry if it is seems silly question.But i require traversing path to that node only.Thanks


Ex. Structure   : - Phones (Parent)
                                  - Phone 1
                                  - Phone 2
                                      - cover
                                  - Phone 3 
                                       - doll
desire path of doll is
Phones
     - Phone 3
           - doll