美文网首页
ios 按钮图文上下排布

ios 按钮图文上下排布

作者: 米开朗骑騾 | 来源:发表于2019-07-20 14:53 被阅读0次

    参考

    [self.photoBtn setTitleEdgeInsets:UIEdgeInsetsMake(self.photoBtn.imageView.frame.size.height +10 ,-self.photoBtn.imageView.frame.size.width, 0.0,0.0)];
        [self.photoBtn setImageEdgeInsets:UIEdgeInsetsMake(-20, 0.0,0.0, -self.photoBtn.titleLabel.intrinsicContentSize.width)];
    

    相关文章

      网友评论

          本文标题:ios 按钮图文上下排布

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