设置UILable 的阴影效果
参考代码:
self.label.shadowColor = [UIColorredColor];
self.label.shadowOffset = CGSizeMake(2, 2);
THE END !