Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
例如:您如何设置 a 的边框宽度CKButtonComponent?直接使用视图时,您可以这样指定:
CKButtonComponent
view.layer.borderWidth = xx
使用CKComponentViewAttribute::LayerAttribute(@selector(setBorderWidth:)).
CKComponentViewAttribute::LayerAttribute(@selector(setBorderWidth:))