MapleBacon 是一个非常棒的图片下载和缓存库

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

posted on 2015-04-18 09:49  何林子  阅读(174)  评论(0)    收藏  举报

导航