我有问题。 我在视图上有collectionView,在collectionView上有单元格。 单元格大小为itemSize,collectionView大小是在didLayoutSubViems中调整的contentSize,但现在无法看到最后一个单元格。 有什么帮助吗?谢谢。
答案 0 :(得分:0)
func collectionView(collectionView: UICollectionView,
layout collectionViewLayout: UICollectionViewLayout,
sizeForItemAtIndexPath indexPath: NSIndexPath) -> CGSize
{
return CGSizeMake(self.view.frame.width - 20, 750)
}
尝试以上代码行。希望它会帮助你......