iOS8Colors 0.1.2

iOS8Colors 0.1.2

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Thi Doan, Thi Doan.




  • By
  • Doan Truong Thi

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