Skip to content

Frog-Frog/OTGanttChartKit

Repository files navigation

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.

  • 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.

Licence

MIT

Author

PKPK-Carnage🦎