I have two images on Amazon S3 service. One loads fine and another does not. There isn’t an error message. It just does not load.
[doodleImageView setImageWithURL:@"https://s3.amazonaws.com/doodlestash/doodles/20/thumb.jpg"];
//This one does not load.
[doodleImageView setImageWithURL:@"https://s3.amazonaws.com/doodlestash/doodles/20/original.jpg"];
Any thoughts?
The images do both appear to be “valid”. You may want to double check the library you are using and check for typos. In a quick demo app I did the following:
I ended up with this: