UIImageJPEGRepresentation 問題
UIImageJPEGRepresentation會導致透明底變為白底
UIImagePNGRepresentation替換
NSURLRequest *request = [[NSURLRequest alloc] initWithURL:[NSURL URLWithString:item.iconUrl]];
[imageView setImageWithURLRequest:request placeholderImage:nil success:^(NSURLRequest *request, NSHTTPURLResponse *response, UIImage *image) {
NSData *data = UIImagePNGRepresentation(image);
[FileManager saveCacheImgWith:data imgName:[NSString stringWithFormat:@"%ld",(long)item.itemId] path:[FileManager getDeviceIconExaplePath] fileExtension:@"png"];
NSLog(@"下載成功 %@", item.itemName);
} failure:^(NSURLRequest *request, NSHTTPURLResponse *response, NSError *error) {
NSLog(@"下載失敗 %@", item.itemName);
}];
相關文章
- 問題 C: 百雞問題
- 【問題】Nacos 使用問題整理
- 什麼是P問題、NP問題和NPC問題
- 博基計劃(3)---P問題、NP問題、NPC問題、NP-hard問題
- [轉載]什麼是P問題、NP問題和NPC問題
- 【問題記錄】—.NetCore 編譯問題NetCore編譯
- 提問題比解決問題更重要
- [開發問題]React-native問題集React
- 約瑟夫問題(丟手絹問題)
- Java服務.問題排查.問題復現Java
- 問題 F: 開燈問題(第二講)
- 面試反問問題面試
- LeetCode問題LeetCode
- this指向問題
- clang 問題
- 429問題
- ABA 問題
- 【Git】問題Git
- MySQL 問題MySql
- pycharm問題PyCharm
- JS問題JS
- 接水問題
- 倒水問題
- 有問題
- csrf問題
- LCS 問題
- 今日問題
- 回溯問題
- 火星商店問題 題解
- 約瑟夫環問題 猴子選大王問題
- 完成20個問題後不敢發問題了
- 遇到的編碼問題、時區問題整理
- 無題號 分配問題 題解
- 轉賬問題是屬於業務問題還是屬於技術問題?
- week2 kuangbin 題單 最短路問題 + 並查集問題並查集
- 專案中常問的問題
- 前端面試常問問題前端面試
- jvm常問問題目錄JVM