中心UlLabel阴影

时间:2016-03-10 23:40:38

标签: ios swift uilabel shadow

我无法理解为什么我的UILabel影子是使用offset创建的。

代码

lbl.shadowColor = UIColor.blackColor().colorWithAlphaComponent(0.65)
lbl.shadowOffset = CGSize(width: 0.0, height: 0.0)
lbl.layer.shadowRadius = 3
lbl.layer.shadowOpacity = 1
lbl.layer.masksToBounds = false
lbl.layer.shouldRasterize = true

结果:

enter image description here

有任何建议如何居中吗?谢谢!

0 个答案:

没有答案