我有一个在iOS6UICollectionView
上运行良好的默认布局的简单实现。在iOS7上转换代码时,默认设置似乎不起作用:所有单元格都位于左上角完全相同的位置(一个在其他单元之上)。UICollectionViewFlowLayout
请注意,我不更新 cell.frame.origin,也不更新 cell.center:
(UICollectionViewCell *)collectionView:(UICollectionView *)collectionView cellForItemAtIndexPath:(NSIndexPath *)indexPath {}
我错了吗?我应该怎么做?
先感谢您