TestsTested | ✓ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Unclaimed.
Dead simple connivence categories for UIColor.
platform :ios, '7.0'
pod "SDColor", "~> 0.1"
#import "UIColor+SDColor.h"
[UIColor hex:0xFF00FF];
[UIColor hex:0xFFFF00 alpha:0.5];