URLから画像ビューに画像をロードするためにSDWebimagesクラスを使用しました。しかし、ロードにはまだ時間がかかります。
NSString *filePath1 = [NSString stringWithFormat:@"%@",pathimage1];
[cell.image1 setImageWithURL:[NSURL URLWithString:filePath1]placeholderImage:[UIImage imageNamed:@"placeholder.png"]];
誰が私が間違っているのか教えてもらえますか? または、URLから画像をロードする最良の方法.