Maple Bacon 介绍
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