thii / iOS8Colors

A category on UIColor which provides you some of the standard colors used throughout iOS 8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS8Colors

A category on UIColor which provides you some of the standard colors used throughout iOS 8.

Usage

The easiest way to integrate iOS8Colors is using CocoaPods. Just add this to your Podfile:

pod 'iOS8Colors'

Usage is really simple. Just include UIColor+iOS8Colors.h & UIColor+iOS8Colors.m in your project if you're not using cocoapods and import the header file you need the colors.

#import "UIColor+iOS8Colors.h"

UILabel *label = [UILabel alloc] initWithFrame:CGRectZero];

label.textColor = [UIColor iOS8redColor];

Screenshot

Credits

The color values are taken from Zenimot's iOS 8 colors

License

MIT

About

A category on UIColor which provides you some of the standard colors used throughout iOS 8

License:MIT License


Languages

Language:Objective-C 95.3%Language:Ruby 4.7%