Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 259 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 259 Bytes

UIColor+Helper

This small category adds the ability to create UIColors from hex strings. Sometimes it's just easier working with hex rather than RGB.

Usage

[UIColor colorWithHexString:@"ff0000"];
[UIColor colorWithHexString:@"ff0000" alpha:0.5];