UILable文字阴影

Link Address:http://www.cnblogs.com/daguo/archive/2012/06/18/2553307.html

//
设置阴影的颜色和阴影的偏移位置

scoreLabel.shadowColor = [UIColor redColor];

scoreLabel.shadowOffset = CGSizeMake(1.0,1.0);

THE END!
2013-03-04
原文地址:https://www.cnblogs.com/xingchen/p/2942945.html