Skip to content

Instantly share code, notes, and snippets.

@anthonycvella
Created January 5, 2013 20:06
Show Gist options
  • Save anthonycvella/4463372 to your computer and use it in GitHub Desktop.
Save anthonycvella/4463372 to your computer and use it in GitHub Desktop.
NSURL *url = [NSURL URLWithString:[receiveItem objectForKey:@"image"]];
NSData *imageData = [NSData dataWithContentsOfURL:url];
UIImage *itemImage = [UIImage imageWithData:imageData];
itemImageView = [[UIImageView alloc] initWithImage:itemImage];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment