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

备忘:UIButton 的图片和标题 向左对齐

时间:2014-06-26 10:49:40      阅读:314      评论:0      收藏:0      [点我收藏+]

标签:style   color   set   rgb   c   size   


UIButton setImage 和 setTitle之后,默认的 image和title 对齐方式是居中,


由于 title 长度不固定,

所以如果要几个这样image有title的按钮纵向排列对齐,

无论你怎么调整 imageEdgeInsets和titleEdgeInsets,都有可能导致前面图片对得不整齐,

所以,干脆来个向左对齐!!简化处理!!

记住了,这么设置:

btn.contentHorizontalAlignment = UIControlContentHorizontalAlignmentLeft;


备忘:UIButton 的图片和标题 向左对齐,布布扣,bubuko.com

备忘:UIButton 的图片和标题 向左对齐

标签:style   color   set   rgb   c   size   

原文地址:http://blog.csdn.net/h_o_w_e/article/details/34433057

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