/调整button的title的位置

[bottomButton setTitleEdgeInsets:UIEdgeInsetsMake(10, -190, 10, 44)];  //上左下右
            ||
button.contentVerticalAlignment = UIControlContentVerticalAlignmentBottom;
button. contentHorizontalAlignment =UIControlContentHorizontalAlignmentLeft;

posted @ 2016-01-26 19:04  Bo-tree  阅读(259)  评论(0)    收藏  举报