subdigital / Colorkit

An easy way to create and manipulate colors with Objective-C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Colorkit

CI Status Version License Platform

What is Colorkit ?

Colorkit is a surcharge of UIColor class. It's bring you more methods to create and manipulate colors in your iOS projects.

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

Installation

With Cocoapod

Colorkit is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "Colorkit"

With simple method

Drag and drop Colorkit.h and Colorkit.m files into your project. Don't forget to import the file into your project

#import "Colorkit.h"

##Documentation

Follow the link

Author

pixelslip, pixelslip@gmail.com

License

Colorkit is available under the MIT license. See the LICENSE file for more info.

About

An easy way to create and manipulate colors with Objective-C

License:MIT License


Languages

Language:Objective-C 97.4%Language:Ruby 2.6%