美文网首页
下载图标填充颜色

下载图标填充颜色

作者: stevewinds | 来源:发表于2022-11-17 18:28 被阅读0次

    1、UIImageView *imageView = [UIImageView new];
    2、imageView.tintColor = UIColor.whiteColor;
    3、 [imageView sd_setImageWithURL:[NSURL URLWithString:coverIcon] completed:^(UIImage * _Nullable image, NSError * _Nullable error, SDImageCacheType cacheType, NSURL * _Nullable imageURL) {
    imageView.image = [image imageWithRenderingMode:UIImageRenderingModeAlwaysTemplate];
    }];

    相关文章

      网友评论

          本文标题:下载图标填充颜色

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