vote up 1 vote down star

If I have two UIColors, what's the best way to draw an even gradient between them over an arbitrarily-sized area?

I am guessing you would create a UIView subclass and use the CG drawing methods in the drawRect method. I just don't know which ones, or if there are any pitfalls to watch out for, like performance. Has anyone done this?

flag

1 Answer

vote up 7 vote down check

You'll want to use CGGradient, see the iPhone Dev Center document on Gradients.

link|flag
Nice, thanks. Wonder how I missed that... – Mike McMaster Oct 22 '08 at 19:53

Your Answer

Get an OpenID
or

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