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 colorWithRed:33.0 / 255.0 green:206.0 / 255.0 blue:153.0 / 255.0 alpha:1.0].CGColor;