ATKColor

Categories and Macros for easily creating UIColor/NSColor from hex values.


License
MIT
Install
pod try ATKColor

Documentation

ATKColor

[![CI Status](http://img.shields.io/travis/Adam Kirk/ATKColor.svg?style=flat)](https://travis-ci.org/Adam Kirk/ATKColor) Version License Platform

Usage

view.backbroundColor = RGBHex(0x3a5b23);

Installation

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

pod "ATKColor"

Author

Adam Kirk, atomkirk@gmail.com

License

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