我正在尝试将图像从 加载URL
到UIIMageView
。它工作正常,但我想以较低的分辨率/尺寸下载图像,因为加载时间太长。
我曾尝试使用AFNetworking+UIImage
类,但性能是相同的。
[iv setImageWithURL:[NSURL URLWithString:@"http://cegamers.com/wp-content/uploads/2011/06/automaton.jpg"] placeholderImage:[UIImage imageNamed:@"placeholder-avatar"]];
有人知道图书馆或某种方式吗?