Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 624 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 624 Bytes

TestImageView

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 image should be visible in both view controllers, half screen in the first one and full screen in the second one. Steps:

  1. Open the project
  2. The image appears in half screen.
  3. Press the button to see the image in full screen.
  4. Image should appear in full screen.