Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Multi Level Tree UITableView in iOS [closed]

I need to create a facebook like menu. But the difference is, my table have to multi level tree structure.

Please refer the figure to understand the tree structure I mentioned.

I tried with headers as level 0 and cells for both level 1 and level 2. But at last the total code got fussy.Advice Please.

enter image description here

like image 999
Deepukjayan Avatar asked Sep 20 '12 20:09

Deepukjayan


1 Answers

This will help you: KOTree

The table view will look like this.

http://i.stack.imgur.com/PUjDx.png

like image 55
Rashid Avatar answered Oct 17 '22 15:10

Rashid