美文网首页
IOS OC button 中有图片有文字,设置图片大小

IOS OC button 中有图片有文字,设置图片大小

作者: 师景福 | 来源:发表于2025-02-06 13:37 被阅读0次

 [Btn  sd_setImageWithURL:imageURL forState:UIControlStateNormal completed:^(UIImage * _Nullable image, NSError * _Nullable error, SDImageCacheType cacheType, NSURL * _Nullable imageURL) {

            if (image) {

                Btn.imageEdgeInsets = UIEdgeInsetsMake(8, 8, 8, 300);

            }

        }];

相关文章

网友评论

      本文标题:IOS OC button 中有图片有文字,设置图片大小

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