Progressive download of images in a UITableView

Posted by ncohen on Stack Overflow See other posts from Stack Overflow or by ncohen
Published on 2010-03-15T15:58:35Z Indexed on 2010/03/15 16:09 UTC
Read the original article Hit count: 248

Hi everyone, I'm developing on the iPhone and I have seen in the AppStore that the images are progressively downloaded in the UITableView... How can I implement that? My idea was to detect the showed content (which cells are shown) and download these images. My problem is that I don't know how to detect the showed cells! Is it the good way to do it?

Best

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uitableview