Skip to content

Instantly share code, notes, and snippets.

@scottweinert
Created July 25, 2017 16:26
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 scottweinert/d3bbe8fdec1192821f42aa7d6a58e137 to your computer and use it in GitHub Desktop.
Save scottweinert/d3bbe8fdec1192821f42aa7d6a58e137 to your computer and use it in GitHub Desktop.
if let url = NSURL(string: "http://etc..."),
data = NSData(contentsOfURL: url)
{
imageURL.image = UIImage(data: data)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment