All Projects → Frog-Frog → Otganttchartkit

Frog-Frog / Otganttchartkit

Licence: mit
OTGanttChartKit is gantt chart framework for iOS. This framework use easily like UITableView.

Projects that are alternatives of or similar to Otganttchartkit

React Google Charts
A thin, typed, React wrapper over Google Charts Visualization and Charts API.
Stars: ✭ 944 (+2384.21%)
Mutual labels:  charts, gantt-chart
Hackers
Hackers is an elegant iOS app for reading Hacker News written in Swift.
Stars: ✭ 513 (+1250%)
Mutual labels:  iphone, ipad
Xhlaunchad
🔥The screen opening advertising solutions - 开屏广告、启动广告解决方案-支持静态/动态图片广告,mp4视频广告,全屏/半屏广告、兼容iPhone/iPad. 【 Github下载不了/下载慢 可以访问国内下载地址: https://gitee.com/CoderZhuXH/XHLaunchAd】
Stars: ✭ 3,578 (+9315.79%)
Mutual labels:  iphone, ipad
Knphotobrowser
📷 图片 || 视频 浏览器(本地和网络) , UIViewController + CollectionView , 完美适配 iPhone 以及 iPad ,屏幕旋转功能 , 适配SDWebImage 5.0
Stars: ✭ 296 (+678.95%)
Mutual labels:  iphone, ipad
Open Source Ios Apps
📱 Collaborative List of Open-Source iOS Apps
Stars: ✭ 28,826 (+75757.89%)
Mutual labels:  iphone, ipad
Blear
iOS app that transforms your photos into stunning blurry wallpapers for your device
Stars: ✭ 311 (+718.42%)
Mutual labels:  iphone, ipad
Ipa Server
Upload and install IPA in web.
Stars: ✭ 392 (+931.58%)
Mutual labels:  iphone, ipad
Instagram stories
Inspired by Instagram Stories functionality. This source is similar to Instagram Stories, which is having both image and video support.
Stars: ✭ 275 (+623.68%)
Mutual labels:  iphone, ipad
Alsystemutilities
THIS REPO IS NO LONGER MAINTAINED! Check https://github.com/andrealufino/Luminous. This library provides a list of 80 methods to get every kind of system information!
Stars: ✭ 644 (+1594.74%)
Mutual labels:  iphone, ipad
Wsprogresshud
This is a beauful hud view for iPhone & iPad
Stars: ✭ 588 (+1447.37%)
Mutual labels:  iphone, ipad
Yampa
Functional Reactive Programming domain-specific language embedded in Haskell, for programming efficient hybrid (mixed discrete-time and continuous-time) systems.
Stars: ✭ 294 (+673.68%)
Mutual labels:  iphone, ipad
Chat Sdk Ios
Chat SDK iOS - Open Source Mobile Messenger
Stars: ✭ 813 (+2039.47%)
Mutual labels:  iphone, ipad
Chatsecure Ios
ChatSecure is a free and open source encrypted chat client for iOS that supports OTR and OMEMO encryption over XMPP.
Stars: ✭ 3,044 (+7910.53%)
Mutual labels:  iphone, ipad
Open Source Xamarin Apps
📱 Collaborative List of Open Source Xamarin Apps
Stars: ✭ 318 (+736.84%)
Mutual labels:  iphone, ipad
Showtime
The easiest way to show off your iOS taps and gestures for demos and videos.
Stars: ✭ 281 (+639.47%)
Mutual labels:  iphone, ipad
Shortcutsdirectory
A collection of user-submitted shortcuts for Shortcuts for iOS.
Stars: ✭ 376 (+889.47%)
Mutual labels:  iphone, ipad
Readinglist
📚 📱 Reading List - an iOS app to track personal reading lists
Stars: ✭ 266 (+600%)
Mutual labels:  iphone, ipad
Localradio
📻 LocalRadio is "Radio for Cord-Cutters" – a Software-Defined Radio (SDR) app for your Mac and mobile devices. With an inexpensive RTL-SDR USB device, LocalRadio provides a casual, home-based radio listening experience for your favorite local frequencies - FM broadcasts/free music/news/sports/weather/public safety & aviation scanner/etc.
Stars: ✭ 269 (+607.89%)
Mutual labels:  iphone, ipad
Assistantkit
Easy way to detect iOS device properties, OS versions and work with screen sizes. Powered by Swift.
Stars: ✭ 569 (+1397.37%)
Mutual labels:  iphone, ipad
Blockparty
Ad Blocker App for iOS, macOS
Stars: ✭ 722 (+1800%)
Mutual labels:  iphone, ipad

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🦎

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].