Is there any way to make imageview images download before they're scrolled into view in a tableview? Right now our images don't load until they're scrolled into view, but this isn't a very nice experience for the user.
We want to find a way to make the images download and show up shortly before they scroll into view so this loading is invisible to the user. Maybe something like... when the image scrolls within XXX pixels of the bottom of the screen, load it.
Is that possible?