SDColor 0.1.0

SDColor 0.1.0

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

Maintained by Unclaimed.



SDColor 0.1.0

  • By
  • Sean Dougherty

Dead simple connivence categories for UIColor.

Podfile

platform :ios, '7.0'
pod "SDColor", "~> 0.1"

Usage

#import "UIColor+SDColor.h"
[UIColor hex:0xFF00FF];
[UIColor hex:0xFFFF00 alpha:0.5];