如何在Swift4中使标签成为圆形?

时间:2019-04-16 15:05:11

标签: ios swift

timerLabel是我试图将其更改为圆形的标签。此行代码无法按我期望的方式工作:

timerLabel.layer.cornerRadius = timerLabel.frame.width/2

1 个答案:

答案 0 :(得分:0)

我在以下已被问到的帖子https://stackoverflow.com/a/46066815/8451094中找到了解决我问题的方法。 谢谢@elarcoiris

lblRoundDot.layer.cornerRadius = lblRoundDot.frame.width/2

lblRoundDot.layer.masksToBounds = true