i have to developp a planning app on the iPhone, a tree list view will help me a lot to structure the tasks like in a gantt diagramm
开发者_运维知识库is there tree list component that i can use in interface builder or objective C?
Thanks for your help
No, Apple doesn't provide a tree-type UI component on iOS. Sorry. You'll have to write your own.
The closest you can get structure wise is using multiple UITableViewController instances in a UINavigationController (acts like a tree). However, if you are looking to generate a graphical representation, it might be worth taking a look at Core Plot. I can't recall if they had a Gantt but it would be a good place to start.
I think you can write a Class subclass of UIView.
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论