Revision: 27106
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at May 22, 2010 16:46 by espinallab
Initial Code
lcd_title.text = song.title; //Add white shadow to the text lcd_title.shadowColor = [UIColor whiteColor]; lcd_title.shadowOffset = CGSizeMake(1.0,1.0);
Initial URL
http://www.espinallab.com
Initial Description
Here is how you add a shadow to a UILabel on the iPhone.
Initial Title
Add white shadow to the text iPhone
Initial Tags
text
Initial Language
Objective C