Skip to content

Instantly share code, notes, and snippets.

@chriswebb09
Created May 11, 2017 09:29
Show Gist options
  • Save chriswebb09/025958eb35cc8b9976722a590592a70e to your computer and use it in GitHub Desktop.
Save chriswebb09/025958eb35cc8b9976722a590592a70e to your computer and use it in GitHub Desktop.
if let cachedImage = imageCache.object(forKey: url.absoluteString as NSString) {
completion(cachedImage, nil)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment