UIbutton 设置字体的位置
2017-04-28 本文已影响11人
酒深巷子Ya
一、设置button字体的位置
button.contentHorizontalAlignment = UIControlContentHorizontalAlignmentLeft;(枚举)
button.contentEdgeInsets = UIEdgeInsetsMake(0,10, 0, 0);(上左下右)
持续更新中~
一、设置button字体的位置
button.contentHorizontalAlignment = UIControlContentHorizontalAlignmentLeft;(枚举)
button.contentEdgeInsets = UIEdgeInsetsMake(0,10, 0, 0);(上左下右)
持续更新中~