Check whether cell at indexPath is visible on screen UICollectionView
I have a CollectionView which displays images to the user. I download these in the background, and when the download is complete I call the following func to update the collectionViewCell and displ...