timerLabel是我试图将其更改为圆形的标签。此行代码无法按我期望的方式工作:
timerLabel.layer.cornerRadius = timerLabel.frame.width/2
答案 0 :(得分:0)
我在以下已被问到的帖子https://stackoverflow.com/a/46066815/8451094中找到了解决我问题的方法。 谢谢@elarcoiris
lblRoundDot.layer.cornerRadius = lblRoundDot.frame.width/2
lblRoundDot.layer.masksToBounds = true