/调整button的title的位置

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

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