标签:
http://www.oschina.net/ios/codingList/367/ios-image
http://www.oschina.net/p/maplebacon
MapleBacon 是一个非常棒的图片下载和缓存库,使用 Swift 开发,用于 iOS 系统。
示例代码:
import MapleBacon
@IBOutlet weak var imageView: UIImageView!
if let imageURL = NSURL(string: "something.jpg") {
imageView.setImageWithURL(imageURL)
}
要求:
iOS 7.0+
Xcode 6.1
zalando / MapleBacon
Watch24 Fork0
MapleBacon is a Swift image download and caching library. — More...
master分支代码最近更新:2015-04-11
标签:
原文地址:http://www.cnblogs.com/helinzi/p/4436780.html