Hi,
I have a scrollView which contains loads of images to be loaded over the network. To start with I just insert a rectangular area (a placeholder rectangle with the correct dimensions) for each image. The goal is to only start downloading images which are visible on-screen (in the scrollView) at the moment. If an image placeholder rectangle no longer is on-screen I would like to pause the downloading of the image.
Short question: I need to detect if a display object is visible on screen in a scrollView. Is this possible?
I have tested with brute force ideas but they are too brutal. Any ideas?
Cheers
/Joakim