滚动在iPhone 4s中无法正确显示后的Collectionview项目位置

时间:2016-03-16 07:14:23

标签: ios objective-c iphone uicollectionview

我已经实现了集合视图并使用了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);

 }

enter image description here

1 个答案:

答案 0 :(得分:0)

禁用集合查看后,其工作正常。