For example: how might you set the border width for a CKButtonComponent
? When using views directly, you would specify it like this:
view.layer.borderWidth = xx
For example: how might you set the border width for a CKButtonComponent
? When using views directly, you would specify it like this:
view.layer.borderWidth = xx
Use
CKComponentViewAttribute::LayerAttribute(@selector(setBorderWidth:))
.