Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to present hierarchical data in iPhone application?

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

Do you know some TreeView controls for iPhone?

like image 614
sashaeve Avatar asked Jun 10 '10 09:06

sashaeve


2 Answers

Question is a little bit old but as I was searching for something similar I though it's good to add the reference in case others need.

You may want to have a look here Rolling your own iPhone treeview control. That is the summary article that point to single articles (4 in total).

Code is available here

like image 189
Derek Wildstar Avatar answered Nov 15 '22 10:11

Derek Wildstar


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.

like image 2
Joonas Trussmann Avatar answered Nov 15 '22 11:11

Joonas Trussmann