- 授权协议: Apache
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/pinterest/PINRemoteImage
- 软件文档: https://github.com/pinterest/PINRemoteImage
软件介绍
PINRemoteImage 是一个快速无死锁的 iOS 并行图像下载和缓存库。
示例代码:
UIImageView *imageView = [[UIImageView alloc] init];
[imageView setPin_updateWithProgress:YES];
[imageView pin_setImageFromURL:[NSURL URLWithString:@"http://pinterest.com/progressiveKitten.jpg"]];
