Hiren gardhariya
Hiren gardhariya

Reputation: 1247

is there any control like treeview in xcode ? and if it possible so give me example

Is there any control like treeview, then please give me the demo code for it and how to design tree structure - such as parent node, root node etc.

Parent1
      Root 1
      Root 2
      Root 3
Parent2
      Root 1
      Root 2
      Root 3

And I want check box near all node,

Is this possible to show easily in iPad application?

Please help me.

Thanks.

Upvotes: 4

Views: 2263

Answers (1)

Bourne
Bourne

Reputation: 10312

You'll have to roll out your own solution as in my comment. And just to point you to an identical open source control that exists as per your requirements, there is this . You might want to play with that and tweak it to your requirements rather than starting from scratch.

Upvotes: 4

Related Questions