I am programming in Obj-C an application which aim to plot scientific chart. The data which I used are structured like a tree. I would like to use a NSPathControl (or something equivalent) to navigate through the data structure and select the chart to plot.
Is it possible to used the NSPathControl to navigate through data structure ? How to do it ?
If not possible, which Controller, with similar design as the NSPathControl, can I used ?