YL
Results
1
comments of
YL
已解决 > 400 \* 400 的 jpg, 大小 31k #### 1. ``` UIImage *thumbImage = [UIImage imageNamed:@"icon-share.jpg"]; // 配图用 image 不要用 thumbnail // 压缩比例 0.5 _shareMsg.image = UIImageJPEGRepresentation(thumbImage, 0.5); ```...