I am using the delegate method of NSURLConnection in UITableViewCell(CustomCell). I am showing the download progress in the cell. When the download completes, connectionDidFinishLoading is called. I need to remove the cell where I show the download progress, once the download completes. It is explained in the below image.

Here the download of the file in the third cell is completed first and the downloads in the other two cell are in progress. I need to delete the cell once the download completes. In this case, I have to delete the third cell in which the download was completed.
So, somebody help me to remove the cell in connectionDidFinishLoading. Thank you in advance.
1 Answer