I\'m building a UICollectionView and my custom cells will contain two labels and one image.
UICollectionView
Each image is downloaded asynchronously so I don\'t know it\
You could try to reloadItemsAtIndexPaths: for the cells that finished loading.
reloadItemsAtIndexPaths: