GitHub - natelyman/SwiftImageLoader: Asynchronous Image Loader in Swift. Caches using an NSCache.

Skip to content

Navigation Menu

Sign in

Appearance settings

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
})