iPhone UILabel text soft shadow

Posted by Dimitris on Stack Overflow See other posts from Stack Overflow or by Dimitris
Published on 2009-11-10T16:13:27Z Indexed on 2010/05/19 9:50 UTC
Read the original article Hit count: 506

I know soft shadows are not supported by the UILabel our of the box, on the iPhone. So what would be the best way to implement my own one?

EDIT: Obviously I will subclass the UILabel and draw in the -drawRect: My question is, how do I get the contents of the label as graphics and draw around them, blur them etc...

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c