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 a
You'll want to use CGGradient. See the iPhone Dev Center "CGGradient Reference" document.