-collectionView: cellForItemAtIndexPath:不走

写项目的时候有时候会遇到 -(UICollectionViewCell *)collectionView:(UICollectionView *)collectionView cellForItemAtIndexPath:(NSIndexPath *)indexPath 不走的问题!

经过排查,发现原因是- (CGSize)collectionView:(UICollectionView )collectionView layout:(UICollectionViewLayout)collectionViewLayout sizeForItemAtIndexPath:(NSIndexPath *)indexPath方法里 返回CGSize异常,如果CGSize的宽高是负数还会导致崩溃。所以给诸位iOS老铁提个醒。

你可能感兴趣的:(-collectionView: cellForItemAtIndexPath:不走)