Displaying download progress in reusable cells
问题 I am trying to display download progress in my collectionview cells. Im currently using the parse progressblock which has an instance of the cell and updates the progress bar. }, progressBlock: { (percent) in self.mainQueue.addOperation { // set the downloadProgess var to update from cellForItemAt // downloadProgress = (Float(percent) / Float(100)) if let downloadingCell = self.collectionView.cellForItem(at: self.indexPath) as? InnerCollectionCell { downloadingCell.progressBar.isHidden =