In Objective-C, does anyone know how to convert a RGBA HEX color, such as, #6FFFFFFF, to a UIColor?
The first two characters, 6F, are the alpha channel and the remaining 6 characters are the red, green, and blue channels. In this case 6F is about 0.5 and FFFFFF is white.