天天看點

UICollectionView received layout attributes for a cell with an index path (瀑布流)

幾種情況 一般出現在 增加, 删除 ,減少item 重新整理後崩潰      
1. _CollectionView reloadData 換成 _CollectionView reloadSections      
2.prepareLayout 裡indexPath 是否正确 還有layoutAttributesForItemAtIndexPath 這個方法裡的index path是否正确      
3.檢查- (NSArray<UICollectionViewLayoutAttributes *> *)layoutAttributesForElementsInRect:(CGRect)rect       
這個方法裡如果是傳回全部的話 裡面的數組個數是否正确      
如果對您有幫助請給一個回複謝謝。