UICollectionViewCell not loading until full visibility

I currently have a UICollectionView with cells that contain images that are loading in the background. At boot time, there are screen sizes where cells are only displayed halfway. The collection view does not load cells until the bottom border is reached, so my table looks empty until I scroll to the bottom of the cells. Here's a gif of what I'm talking about:

loading

+3


source to share





All Articles