epreston / PSTreeGraph

A tree graph view control for iPad applications. This is a port of the sample code from Max OS X to iOS (iPad).
http://epreston.github.io/PSTreeGraph/
259 stars 50 forks source link

toggleExpansion not triggered #31

Closed 0xPr0xy closed 9 years ago

0xPr0xy commented 9 years ago

Hi

Could you provide some documentation on the following?

I seem to have an issue with the events fired: toggleExpansion of the SubtreeView is never called when pressing the icon. I did correctly wire my model, and the root item implemented the required protocol methods. The children also get rendered, but behind the rootModel. and I can't seem to interact at all, and every touch on the leaf view calls touchesBegan instead of toggleExpansion. I'm guessing there is something I'm missing by looking at the example as a reference?

Any ideas as to what this is?

Kind regards, 0x