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
Copyright © 2021 Jogjafile Inc.
Use
CKComponentViewAttribute::LayerAttribute(@selector(setBorderWidth:))
.