TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | Custom |
ReleasedLast Release | Dec 2014 |
Maintained by Unclaimed.
a category for UIColor that can use Hex color code with UIColor Class.
Usage:
just import the category, and:
UIColor* theColor = [UIColor colorWithHexString:@"#3a93d8"];
or:
UIColor* theColor = [UIColor colorWithHexString:@"#3a93d8" withAlpha:0.5];
both #3a93d8
or 3a93d8
would be ok :)
Eddie Kao, [email protected]