Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 433 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 433 Bytes

SDColor

Build Status

Dead simple convenience categories for UIColor.

Installation with CocoaPods

Podfile

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

Usage

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