美文网首页
xib中设置圆角

xib中设置圆角

作者: 然亦伞 | 来源:发表于2018-01-08 14:11 被阅读108次

Runtime Attributes 属性,通过Key Path 和 Value 进行设置
设置圆角的Key Path:
layer.cornerRadius ,注意该 key 对应 Value 的 type 应该设置为 String
layer.masksToBounds ,该 key 对应 Value 的 type 应该设置为 Boolean , 当右侧出现对号为YES

相关文章

网友评论

      本文标题:xib中设置圆角

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