Skip to content

Instantly share code, notes, and snippets.

@kean
Last active January 31, 2016 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kean/d6104ca236e93f2701eb to your computer and use it in GitHub Desktop.
Save kean/d6104ca236e93f2701eb to your computer and use it in GitHub Desktop.
var request = ImageRequest(URLRequest: <#NSURLRequest#>)
request.targetSize = CGSize(width: 200, height: 200) // Resize image
request.processor = <#ImageProcessing#> // Apply image filters
Nuke.taskWithRequest(request) { response in
let image = response.image
}.resume()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment