vote up 1 vote down star

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

flag

6% accept rate

1 Answer

vote up 3 vote down

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.

link|flag
1  
+1 If you scroll way down, the method in question is +colorWithHexString:. – Rob Napier Oct 13 at 13:29

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.