按钮边框颜色-目标C-快速 [英] Button border color - Objective C - Swift

查看:65
本文介绍了按钮边框颜色-目标C-快速的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想将边框颜色更改为特定的十六进制颜色(#21CE99),请大家帮帮我吗?

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.

谢谢.

答案

如何设置客户快速地以编程方式显示UIView的边框颜色

推荐答案

_button.layer.borderColor = [UIColor colorWithRed:33.0 / 255.0 green:206.0 / 255.0 blue:153.0 / 255.0 alpha:1.0].CGColor;

这篇关于按钮边框颜色-目标C-快速的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆