HybridKit-iOS icon indicating copy to clipboard operation
HybridKit-iOS copied to clipboard

Switch to SAMCategories for color parsing

Open mertdumenci opened this issue 11 years ago • 3 comments

@soffes wrote an awesome color parser, definitely better than ours which we hacked together. I'll make the switch tomorrow!

https://github.com/soffes/SAMCategories/blob/master/SAMCategories/UIKit/UIColor%2BSAMAdditions.h

mertdumenci avatar Jul 24 '13 03:07 mertdumenci

:+1: looks like we should sam_colorWithCSS, right?

clayallsopp avatar Jul 24 '13 03:07 clayallsopp

Yeah. Much better than our runtime hack for -[UIColor XColor stuff.

mertdumenci avatar Jul 24 '13 03:07 mertdumenci

:heart:

soffes avatar Jul 24 '13 03:07 soffes