UICollectionView の可視セル数と配列カウントを出力すると、1 つずれます。目に見える細胞数は少なくなります。何か案は?
NSLog(@"visibleCellscount %d",self.collectionView.visibleCells.count); (visibleCellscount 2)
NSLog(@"birdscount %d",self.birds.count); (birdscount 3)
UICollectionView の可視セル数と配列カウントを出力すると、1 つずれます。目に見える細胞数は少なくなります。何か案は?
NSLog(@"visibleCellscount %d",self.collectionView.visibleCells.count); (visibleCellscount 2)
NSLog(@"birdscount %d",self.birds.count); (birdscount 3)