OTGanttChartKit:OTGanttChartKit是iOS的甘特图框架。 该框架易于使用如UITableView 源码
描述 OTGanttChartKit是iOS的甘特图框架。 该框架像UITableView一样易于使用。 OTGanttChartKit具有颜色和大小调整功能。 您可以显示原始的甘特图。 演示版 用法 # import < OTGanttChartKit> OTGanttChartView *ganttChartView = [[OTGanttChartView alloc ]initWithFrame: self .yourView.bounds]; ganttChartView.dataSource = self; ganttChartView.delegate = self; //
文件列表
OTGanttChartKit-master.zip
(预估有个54文件)
OTGanttChartKit-master
DemoApplication
DemoApplication
Info.plist
1KB
main.m
354B
GanttChartViewController
GanttChartViewController.m
22KB
GanttChartViewController.h
253B
GanttChartViewController.xib
9KB
Base.lproj
暂无评论