Skip to content

Instantly share code, notes, and snippets.

@simonpang
Created September 20, 2012 09:58
Show Gist options
  • Save simonpang/3755012 to your computer and use it in GitHub Desktop.
Save simonpang/3755012 to your computer and use it in GitHub Desktop.
Download photo from S3
NSString *url = [NSString stringWithFormat:@"http://XXXX.s3-ap-southeast-1.amazonaws.com/%@", path];
[cell.imageView setImageWithURL:[NSURL URLWithString:url] placeholderImage:nil];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment