HybridKit-iOS
HybridKit-iOS copied to clipboard
Switch to SAMCategories for color parsing
@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
:+1: looks like we should sam_colorWithCSS
, right?
Yeah. Much better than our runtime hack for -[UIColor XColor
stuff.
:heart: