I’m trying to use table view to list some remote images. The problem is: It appears that when the user scrolls the table, the rows which are not on the screen, are removed. When this happens, and the download isn’t completed, I am not able to check if the row stills on the screen, then, when the download is completed, the image appears on the wrong place, and I get an error for trying to insert the image on the nil row. This happens on iOS 7! On the iOS 6 version of Corona everything works fine.
Is there any way (or event) to stop the request when the row is removed from the scene?