Created
July 25, 2017 16:26
-
-
Save scottweinert/d3bbe8fdec1192821f42aa7d6a58e137 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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