Pregunta

I am not good at color schema. :D

Of of my friend give me to use this color #38cbf8 in my App for iOS7.

I don't know how to use that color in UIColor.

How do i use it in UIColor?

¿Fue útil?

Solución

You should use [UIColor colorWithRed:0x38/255. green:0xcb/255. blue:0xf8/255. alpha:1.0]

Otros consejos

Here is a great tool to use for generating UIColor from hex colors. This tool even auto generates the UIColor code for you.

http://uicolor.org/

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top