我已经实现了集合视图并使用了2行和2列。滚动3和4次项目位置后,正确显示第一次和第二次数据。请参阅带有隐藏产品图片的附件图片。
- (CGSize)collectionView:(UICollectionView *)collectionView layout: (UICollectionViewLayout*)collectionViewLayout sizeForItemAtIndexPath: (NSIndexPath *)indexPath {
return CGSizeMake(self.mainColview.frame.size.width/2-2, self.mainColview.frame.size.height/2-2);
}
答案 0 :(得分:0)
禁用集合查看后,其工作正常。