質問

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?

役に立ちましたか?

解決

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

他のヒント

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/

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top