开发者

Objective C datatype for parse tree?

开发者 https://www.devze.com 2023-03-24 13:00 出处:网络
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..

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

0

精彩评论

暂无评论...
验证码 换一张
取 消