UIColor categories adding support for hex strings including HTML prefixes and extra factory method colors
The category for UIColor that you always wanted even if you didn't realize it.
You can turn any format of hex string representations of a color (0x and #) into a UIColor object.
You can do just the reverse if for example you want to turn your color into JSON and attatch both prefixes if you so desire.
This also contains support for converting a 32 bit integer and a alpha value into a UIColor object as well as seperating an UIColor object into it's components.