Created
November 14, 2014 21:57
-
-
Save aGupieWare/646cb43f13dc2cdfac3c to your computer and use it in GitHub Desktop.
Swift client, image data . . .
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
| let url = NSURL(string: urlString)! | |
| var imageData : NSData? = NSData(contentsOfURL: url, options: NSDataReadingOptions.DataReadingMappedIfSafe, error: &err) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment