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

UIButton文字左对齐以及增加边框

时间:2014-10-30 13:17:38      阅读:259      评论:0      收藏:0      [点我收藏+]

标签:sp   on   ef   as   tt   type   ui   class   c   

UIButton *button = [UIButton buttonWithType:UIButtonTypeRoundedRect];

[button setFrame:CGRectMake(btnX, btnY, btnWidth, btnHeight)];

button.layer.borderWidth = 1;     // 边框宽度设置为1

[button setContentHorizontalAlignment:UIControlContentHorizontalAlignmentLeft];  // 左对齐

UIButton文字左对齐以及增加边框

标签:sp   on   ef   as   tt   type   ui   class   c   

原文地址:http://www.cnblogs.com/ftrako/p/4062163.html

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