1. 首页
  2. 移动开发
  3. 其他
  4. OTGanttChartKit:OTGanttChartKit是iOS的甘特图框架。 该框架易于使用如UITableView 源码

OTGanttChartKit:OTGanttChartKit是iOS的甘特图框架。 该框架易于使用如UITableView 源码

上传者: 2021-04-07 08:20:54上传 ZIP文件 81.38KB 热度 8次
描述 OTGanttChartKit是iOS的甘特图框架。 该框架像UITableView一样易于使用。 OTGanttChartKit具有颜色和大小调整功能。 您可以显示原始的甘特图。 演示版 用法 # import < OTGanttChartKit> OTGanttChartView *ganttChartView = [[OTGanttChartView alloc ]initWithFrame: self .yourView.bounds]; ganttChartView.dataSource = self; ganttChartView.delegate = self; //
用户评论