Swift 2016-03-21 20:47
用于解码渐进式下载 JPEG 的库 Concorde
回复:0 查看:6168 感兴趣:33 赞:2
用于解码渐进式下载 JPEG 的库 Concorde。
加载效果对比,右边使用了Concorde
示例代码:
let imageView = CCBufferedImageView(frame: ...) if let url = NSURL(string: "http://example.com/yolo.jpg") { imageView.load(url) }