码迷,mamicode.com
首页 > 移动开发 > 详细

ios中设置UIButton圆角,添加边框

时间:2019-10-17 23:43:57      阅读:135      评论:0      收藏:0      [点我收藏+]

标签:边框颜色   custom   uibutton   弧度   ram   自己   width   uicolor   ack   


//例如: UIButton *button = [UIButton buttonWithType:UIButtonTypeCustom]; button.frame = CGRectMake(50,50,100,40); button.backgroundColor = [UIColor blueColor];
//关键语句 button.layer.cornerRadius = 2.0;//2.0是圆角的弧度,根据需求自己更改 button.layer.borderColor = [UIColor blackColor];//设置边框颜色 button.layer.borderWidth = 1.0f;//设置边框颜色

ios中设置UIButton圆角,添加边框

标签:边框颜色   custom   uibutton   弧度   ram   自己   width   uicolor   ack   

原文地址:https://www.cnblogs.com/liuzhi20101016/p/11695686.html

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