Gradients on UIView and UILabels On iPhone [duplicate]

Possible Duplicate:
Manually drawing a gradient in iPhone apps?

My application needs to display text in either a UIView or UILabel but the back ground must be a gradient as opposed to a true UIColor. Using a graphics program to create desired look is no good as the text may vary depending on data returned from a server.

Does anyone know the quickest way to tackle this?
Your thoughts are greatly appreciated.

7 Answers
7

Leave a Comment