FBryant87
FBryant87

Reputation: 4615

Objective C datatype for parse tree?

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

Answers (1)

VenoMKO
VenoMKO

Reputation: 3294

Take a look at NSTreeNode and NSTreeController

Upvotes: 4

Related Questions