views:

109

answers:

2

What is the best way to display hierarchical data in iPhone application?

Do you know some TreeView controls for iPhone?

+1  A: 

In most cases you would use a series of UITableView's combined with a UINavigationController. I'll see if I can find a nice tutorial.

Joonas Trussmann
A: 

You could try treeview-4iphone

http://code.google.com/p/treeview-4iphone/

Danila
Thanks for link but I do not see any source code released.
sashaeve