hi all, i am creating a application, in which i pick the color of label from XML file.XML file return the color in Hex format(for ex. #00FF00). so how can i change this value to UIColor
|
|
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 http://arstechnica.com/apple/guides/2009/02/iphone-development-accessing-uicolor-components.ars. |
||||
|
