Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 897 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 897 Bytes

MakeColor

Version

A simple hex color library for iOS developers.

By Matt Catellier and Cheng Jiang

Make Color is a lightweight and easy to use SWIFT library created to programatically change assign color using hex values. Coming from a web background, the RGB color system of SWIFT and XCODE can be a little confusing, so we made 7 simple functions to help you out. There are also a number of built in color schemes taht we have set up for you.

Usage

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

Requirements

Installation

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

pod "MakeColor"

Author

Matt Catellier, Cheng Jiang