OTGanttChartKit is gantt chart framework for iOS. This framework use easily like UITableView.
OTGanttChartKit has color and size adjust functions.
You can show your original gantt chart.
#import <OTGanttChartKit/OTGanttChartKit.h>
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];
Add this to your Podfile.
pod 'OTGanttChartKit'
Add this to your Cartfile.
github "PKPK-Carnage/OTGanttChartKit"
If you want to support this framework, you can do these things.
-
Please let us know if you have any requests for me.
I will do my best to live up to your expectations.
-
You can make contribute code, issues and pull requests.
I promise to confirm them.