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

时间:2024-02-23 23:23:04
【文件属性】:

文件名称:OTGanttChartKit:OTGanttChartKit是iOS的甘特图框架。 该框架易于使用,如UITableView

文件大小:81KB

文件格式:ZIP

更新时间:2024-02-23 23:23:04

ios charts objective-c iphone ipad

描述 OTGanttChartKit是iOS的甘特图框架。 该框架像UITableView一样易于使用。 OTGanttChartKit具有颜色和大小调整功能。 您可以显示原始的甘特图。 演示版 用法 # import < OTGanttChartKit> OTGanttChartView *ganttChartView = [[OTGanttChartView alloc ]initWithFrame: self .yourView.bounds]; ganttChartView.dataSource = self; ganttChartView.delegate = self; // If you want to make original gantt chart, you can customize here. [ self .yourView addSubView: ganttChartView]; 安装 可可豆 将此添加到您的Podfile。 pod 'OTGanttChartKit' 迦太基 将此添加到您的Cartfile。 g


【文件预览】:
OTGanttChartKit-master
----DemoApplication()
--------DemoApplication()
--------DemoApplication.xcodeproj()
----Classes()
--------OTGChartView()
--------OTGChartProcessView()
--------OTGCommonClass()
--------OTGanttChartView()
--------OTGChartPointView()
--------Supporting Files()
--------OTGanttChartViewImage.xcassets()
----OTGanttChartKit.xcodeproj()
--------xcshareddata()
--------project.xcworkspace()
--------project.pbxproj(25KB)
----Cartfile(0B)
----OTGanttChartKit.podspec(1KB)
----LICENSE(1KB)
----README.md(1KB)
----.gitignore(357B)
----Cartfile.resolved(0B)

网友评论