Resize UICollectionView cells after image inside has been downloaded

前端 未结 3 1216
你的背包
你的背包 2020-12-24 00:59

I\'m building a UICollectionView and my custom cells will contain two labels and one image.

Each image is downloaded asynchronously so I don\'t know it\

3条回答
  •  执念已碎
    2020-12-24 01:04

    You could try to reloadItemsAtIndexPaths: for the cells that finished loading.

提交回复
热议问题