Skip to content

Instantly share code, notes, and snippets.

@piyushdec
Last active July 28, 2019 19:02
Show Gist options
  • Select an option

  • Save piyushdec/317e91759ac1c3fcc8919ad233b1df35 to your computer and use it in GitHub Desktop.

Select an option

Save piyushdec/317e91759ac1c3fcc8919ad233b1df35 to your computer and use it in GitHub Desktop.
NSData * imageData = [[NSData alloc] initWithContentsOfURL:url]; UIImage *image = [[UIImage alloc] initWithData:imageData];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment