在iOS13中,我返回
- (CGSize)collectionView:(UICollectionView *)collectionView layout:(UICollectionViewLayout *)collectionViewLayout sizeForItemAtIndexPath:(NSIndexPath *)indexPath {
return collectionView.bounds.size
}
但是显示的单元格是水平拥抱的,不是全角的……这以前没有发生过
是否有任何负责任的变更?为什么会这样?
在界面构建器中,将“自动”的“估计大小”设置为“无”