I want to change my border color to a specific hex color(#21CE99), can you guys please help me?
I've already known how to change it to a basic color, for example:
_button.layer.borderColor = [UIColor greenColor].CGColor;
but I only need this color.
Thank you.
Answer
How to set the custome border color of UIView programmatically in swift