Large UICollectionViewCell disappear on scrolling
问题 I'm encountering the same problem as here which is that large UICollectionViewCell (more than twice of UICollectionView height apparently) disappear at a given scrolling offset and then reappear after a given scrolling offset also. I've implemented @JonathanCichon solution which is to subclass UICollectionView and perform custom action on _visibleBounds (I know it's a private API but no matter, i don't need to submit it on Apple Store) Here my custom collection view : #import "CollectionView