Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 247 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 247 Bytes

SwiftImageLoader

Asynchronous Image Loader in Swift. Caches using an NSCache.

Usage

ImageLoader.sharedLoader.imageForUrl(urlString, completionHandler:{(image: UIImage?, url: String) in
	self.imageView.image = image
})