сonstraints 不适用于 iPad with collection view

The сonstraints do not work on an iPad with collection view

我在情节提要中使用集合视图,我需要一个在屏幕中央带有图像的功能区。约束在 iPhone 上运行良好,但在 iPad 上运行良好。如何才能做到这一点?

未针对不同的屏幕尺寸指定 collectionView 单元格尺寸。

使用 UICollectionViewDelegateFlowLayout 的方法

func collectionView(_ collectionView: UICollectionView, 
                      layout collectionViewLayout: UICollectionViewLayout, 
               sizeForItemAt indexPath: IndexPath) -> CGSize

https://developer.apple.com/documentation/uikit/uicollectionviewdelegateflowlayout/1617708-collectionview