How can I create a UIColor from a hexadecimal string format, such as #00FF00?
UIColor
#00FF00
There is no builtin conversion from a hexadecimal string to a UIColor (or CGColor) that I'm aware of. However, you can easily write a couple of functions for this purpose - for example, see iphone development accessing uicolor components
CGColor