問(wèn)題描述:代碼執(zhí)行完
- (NSInteger)collectionView:(UICollectionView *)collectionView numberOfItemsInSection:(NSInteger)section
就不在執(zhí)行,斷點(diǎn)也跟蹤不到
原因:
-(CGSize)collectionView:(UICollectionView *)collectionView layout:(UICollectionViewLayout *)collectionViewLayout sizeForItemAtIndexPath:(NSIndexPath *)indexPath;
方法中的數(shù)值大小為0,所導(dǎo)致。