美文网首页
UIButton title 左右侧间距设置

UIButton title 左右侧间距设置

作者: sundancer | 来源:发表于2017-03-17 18:33 被阅读0次
    self.purchaseBtn.contentEdgeInsets = UIEdgeInsetsMake(0, 10, 0, 10);
    

    相关文章

      网友评论

          本文标题:UIButton title 左右侧间距设置

          本文链接:https://www.haomeiwen.com/subject/czfynttx.html