码迷,mamicode.com
首页 > 其他好文 > 详细

uibutton 设置圆角边框

时间:2014-07-13 10:42:37      阅读:200      评论:0      收藏:0      [点我收藏+]

标签:color   width   re   c   ui   user   

[m_selectUserBtr.layer setMasksToBounds:YES]; [m_selectUserBtr.layer setCornerRadius:3]; //设置矩形四个圆角半径 [m_selectUserBtr.layer setBorderWidth:1.0]; //边框宽度 UIColor *ccc = [UIColor colorWithRed:1.00 green:1.00 blue:1.00 alpha:.35]; CGColorRef colorref = [ccc CGColor]; [m_selectUserBtr.layer setBorderColor:colorref];//边框颜色

uibutton 设置圆角边框,布布扣,bubuko.com

uibutton 设置圆角边框

标签:color   width   re   c   ui   user   

原文地址:http://www.cnblogs.com/yunis/p/3837805.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!