Skip to content

Releases: Frog-Frog/OTGanttChartKit

Add OTGChartProcessView's text tracking horizontal scroll.

23 Aug 11:57

Choose a tag to compare

OTGChartProcessView's text tracking horizontal scroll.

If you are using this, you set YES to this property.

//OTGChartProcessView.h
@property(nonatomic) BOOL textTrackingEnabled;

Add title font size adjust.(OTGChartProcessView and OTGChartPointView).

Change OTGanttChartViewDataSource.

These method change to optional.

- (NSInteger)ganttChartView:(OTGanttChartView *)ganttChartView numberOfPointViewsForIndexPath:(NSIndexPath *)indexPath;

- (OTGChartPointView *)ganttChartView:(OTGanttChartView *)ganttChartView chartPointViewAtIndexPath:(NSIndexPath *)indexPath pointNo:(NSInteger)pointNo;

Fix minor bugs.

Support Carthage.

17 Aug 13:40

Choose a tag to compare

・Support Carthage.

Support CocoaPods.

12 Aug 07:31

Choose a tag to compare

・Suppport CocoaPods install.
・Update README.md
・Add designation date horizontal scroll position.

First Release

12 Aug 03:17

Choose a tag to compare

・Basic gantt chart features.
・Change colors.
・Change sizes.
・Create demo application.