ios UILabel 切圆角 cornerRadius无效
程序员文章站
2022-06-24 12:42:06
文章目录我之前忘了写第二句代码,所以无效,加了第二句代码后就可以了但在storyboard中用runtime给label切圆角![在这里插入图片描述](https://img-blog.csdnimg.cn/20201203201244221.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L2JhaWR1XzQwNTM3MDYy,size_16,col...
文章目录
bindLabel.layer.cornerRadius = 10
bindLabel.layer.masksToBounds = true
我之前忘了写第二句代码,所以无效,加了第二句代码后就可以了
但在storyboard中用runtime给label切圆角
是不生效的,好像是说不能给label设置颜色,参考博客:
iOS:切Label圆角的正确姿势
本文地址:https://blog.csdn.net/baidu_40537062/article/details/110563466