Closed anuchandra closed 8 years ago
This is linked to the lazy loading of images. You can solve this by prefetching your images with SDWebImagePrefetcher
.
You can find an example here : http://stackoverflow.com/questions/18509624/sdwebimage-eager-load-images
Thanks, that worked.
I have a horizontal scrolling image control (see code below). The first image loads very quickly. The second image also loads quickly. Typically, when I scroll to the third or fourth or fifth image, I get a blank white image and it stays blank. If I swipe left or right, and then swipe back, the image appears. The images aren't too big - 700x700px. I'm guessing the image gets downloaded fine in the background but isn't being shown when the download completes. Am I doing something wrong or is this an issue that could be investigated?