What is the best way to display hierarchical data in iPhone application?
Do you know some TreeView controls for iPhone?
What is the best way to display hierarchical data in iPhone application?
Do you know some TreeView controls for iPhone?
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.