When using SDWebImageView in progressive download, a URL that gets fetched does not get cached, and the next time it is fetched to be displayed, it does not appear.
This is a test project to help debug the issue.
This
should be visible in both view controllers, half screen in the first one and full screen in the second one.
Steps:
- Open the project
- The image appears in half screen.
- Press the button to see the image in full screen.
- Image should appear in full screen.