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

关于UIButton的一些用法

时间:2016-03-11 22:17:25      阅读:118      评论:0      收藏:0      [点我收藏+]

标签:

一些常见的属性的方法

    UIButton * getVerificationCodeBtn = (UIButton *)[cell.contentView viewWithTag:102];
    getVerificationCodeBtn.cornerRadius = 15;//圆角
    getVerificationCodeBtn.borderWidth = 1;//边框宽度
    getVerificationCodeBtn.borderColor = RGBColor(246, 185, 55);//边框颜色
    [getVerificationCodeBtn addTarget:self action:@selector(buttonBack:)];

 

关于UIButton的一些用法

标签:

原文地址:http://www.cnblogs.com/nqs674/p/5267235.html

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