views:

19

answers:

0

Hi,

I have problem updating cells in tableview. My aim is present tableview with cells and after that I want download files one-by-one and display progressbar in each cell. I have managed download files and show progressbar.

Now I have problem, because I dont know which method is called after the end of loading all the stuff. Should I implement methods handling downloading in appDelegate of in view with that table? What if user scrolls down while displaying progressBar? Cell will be "destroyed" isnt it?

Thanks