标签: ios componentkit
例如:您如何设置CKButtonComponent的边框宽度?直接使用视图时,您可以这样指定:
CKButtonComponent
view.layer.borderWidth = xx
答案 0 :(得分:2)
使用CKComponentViewAttribute::LayerAttribute(@selector(setBorderWidth:))。
CKComponentViewAttribute::LayerAttribute(@selector(setBorderWidth:))