CollectionViewCell 不执行 cellForIt

2018-06-26  本文已影响0人  我一不小心就

问题描述:代码执行完

- (NSInteger)collectionView:(UICollectionView *)collectionView numberOfItemsInSection:(NSInteger)section

就不在执行,断点也跟踪不到
原因:

-(CGSize)collectionView:(UICollectionView *)collectionView layout:(UICollectionViewLayout *)collectionViewLayout sizeForItemAtIndexPath:(NSIndexPath *)indexPath;

方法中的数值大小为0,所导致。

参考:https://my.oschina.net/RainyZou/blog/537838

上一篇下一篇

猜你喜欢

热点阅读