OTGanttChartKit:OTGanttChartKit是iOS的甘特图框架。 该框架易于使用如UITableView 源码
描述 OTGanttChartKit是iOS的甘特图框架。 该框架像UITableView一样易于使用。 OTGanttChartKit具有颜色和大小调整功能。 您可以显示原始的甘特图。 演示版 用法 # import < OTGanttChartKit> OTGanttChartView *ganttChartView = [[OTGanttChartView alloc ]initWithFrame: self .yourView.bounds]; ganttChartView.dataSource = self; ganttChartView.delegate = self; //
用户评论