Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

How can you make custom colors in Xcode 4.3.2 for iOS5?

I have a few different colors that I would like to make.

share|improve this question

1 Answer

http://www.colorhexa.com/5893bd "In a RGB color space, hex #5893bd is composed of 34.5%red, 57.6% green and 74.1%blue."

Convert the percentage of the colors to decimals and enter the code in this function.

colorWithRed: 0.345 green: 0.576 blue
share|improve this answer
There is a missing 0.741 following the blue in this example. – Tony Adams Jul 24 '12 at 18:32

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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