IBPCollectionViewCompositionalLayout icon indicating copy to clipboard operation
IBPCollectionViewCompositionalLayout copied to clipboard

visibleCells is empty in iOS 12

Open Yewenyu opened this issue 4 years ago • 2 comments

visibleCells is empty in iOS 12 I guess you didn't override visibleCells to cause this situation. When used IBPCollectionViewCompositionalLayout in iOS12, it will create some IBUICollectionView as section to my collectionView, by this time the cell is not belong to my collectionView, but belong to IBUICollectionView.

Yewenyu avatar Nov 10 '20 07:11 Yewenyu

Experiencing the exact same issue as well!

Daltron avatar Nov 11 '20 14:11 Daltron

Is this also causing the crash on i.e. viewWillTransition?

geraldeersteling avatar Feb 19 '21 19:02 geraldeersteling