xib中设置圆角

2018-01-08  本文已影响108人  然亦伞

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

上一篇 下一篇

猜你喜欢

热点阅读