开发者

How to present hierarchical data in iPhone application?

开发者 https://www.devze.com 2023-01-02 19:19 出处:网络
What is the best way to display hierarchical da开发者_Go百科ta in iPhone application? Do you know some TreeView controls for iPhone?Question is a little bit old but as I was searching for something s

What is the best way to display hierarchical da开发者_Go百科ta in iPhone application?

Do you know some TreeView controls for iPhone?


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


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.


You could try treeview-4iphone

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

Although there's no package to download you can get out the source via svn (you'll need to click on "source" tab).

0

精彩评论

暂无评论...
验证码 换一张
取 消