Skip to content

Instantly share code, notes, and snippets.

@malcommac
Created September 9, 2018 09:51
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 malcommac/1f358dd9d53a8adbdf0b25d920d648b3 to your computer and use it in GitHub Desktop.
Save malcommac/1f358dd9d53a8adbdf0b25d920d648b3 to your computer and use it in GitHub Desktop.
let imageURL: URL = ...
fetcher.sizeFor(atURL: $0.url) { (err, result) in
// error check...
print("Image size is \(NSStringFromCGSize(result.size))")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment