Skip to content

Instantly share code, notes, and snippets.

@aGupieWare
Created November 14, 2014 21:57
Swift client, image data . . .
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