W开发者_C百科hat 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!
Take a look at NSTreeNode and NSTreeController
W开发者_C百科hat 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!
Take a look at NSTreeNode and NSTreeController
精彩评论