我想將我的邊框顏色更改爲特定的十六進制顏色(#21CE99),你們可以幫我嗎?Button border color - Objective C - Swift
我已經知道如何將其更改爲基本顏色,例如:
_button.layer.borderColor = [UIColor greenColor].CGColor;
但我只需要這個顏色。
謝謝。
回答
How to set the custome border color of UIView programmatically in swift