Reputation: 4615
What is a good datatype for building data trees in objective C? I want to store a tree of strings, each node having mutiple children etc..
Thanks!
Upvotes: 1
Views: 1233
Reputation: 3294
Take a look at NSTreeNode and NSTreeController
Upvotes: 4