Frog-Frog / OTGanttChartKit

OTGanttChartKit is gantt chart framework for iOS. This framework use easily like UITableView.
MIT License
44 stars 7 forks source link
charts gantt-chart gantt-chart-framework ios ipad iphone objective-c

Logo

Description

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.

Demo

OTGanttChartView

Usage


#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];

Install

CocoaPods

Add this to your Podfile.

pod 'OTGanttChartKit'

Carthage

Add this to your Cartfile.

github "PKPK-Carnage/OTGanttChartKit"

Help

If you want to support this framework, you can do these things.

Licence

MIT

Author

PKPK-Carnage🦎