iOS16图片不加载问题

[[string stringByRemovingPercentEncoding] stringByAddingPercentEncodingWithAllowedCharacters:[NSCharacterSet URLQueryAllowedCharacterSet]]

项目中对url进行了拼接,然后使用上述方法对url转码,导致url为空
建议,仅对需要转码的部分转码
ps:
使用七牛云链接 拼接转webp,
imageMogr2/auto-orient/thumbnail/100x100/quality/50/format/webp
若有中文,还会报错。将imageMogr2方法改imageslim解决问题
imageslim/auto-orient/thumbnail/100x100/quality/50/format/webp

设置圆角,不多拼接,避免错误
?roundPic/radius/!50p

你可能感兴趣的:(iOS16图片不加载问题)