/ Published in: Objective C
Here is how you add a shadow to a UILabel on the iPhone.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
lcd_title.text = song.title; //Add white shadow to the text lcd_title.shadowColor = [UIColor whiteColor]; lcd_title.shadowOffset = CGSizeMake(1.0,1.0);
URL: http://www.espinallab.com