美文网首页
iOS Xib添加Layer

iOS Xib添加Layer

作者: _Waiting_ | 来源:发表于2019-02-20 10:43 被阅读6次

iOS开发xib中可以定义视图的Layer属性

1.layer.cornerRadius ,注意该 key 对应 Value 的 type 应该设置为 String
2.layer.masksToBounds ,注意该 key 对应 Value 的 type 应该设置为 Boolean , 当右
3.layer.borderWidth ,注意该 key 对应 Value 的 type 应该设置为 String
4.layer.borderColor , 注意该 key 对应 Value 的 type 应该设置为 Color侧出现对号时为YES
注意:经过测试,UILabel 必须设置设置 masksToBounds 这一键值对,才会出现圆角效果;UIButton、UIView、UIImageView 只需设置 layer.cornerRadius 这一键值对就可实现圆角效果

https://blog.csdn.net/veryitman/article/details/51628996

相关文章

网友评论

      本文标题:iOS Xib添加Layer

      本文链接:https://www.haomeiwen.com/subject/ltmcyqtx.html