Multi Level Tree UITableView in iOS

Deepukjayan picture Deepukjayan · Sep 20, 2012 · Viewed 8.1k times · Source

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

Answer

Rashid picture Rashid · Sep 21, 2012

This will help you: KOTree

The table view will look like this.

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