gpt4 book ai didi

ios - 如何将 collectionview 单元格扩展到全屏

转载 作者:可可西里 更新时间:2023-11-01 05:04:17 26 4
gpt4 key购买 nike

<分区>

我正在尝试全屏打印图像我使用了 UICollectionViewDelegateFlowLayout这是我的代码

func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize {
let itemWidth = collectionView.bounds.width
let itemHeight = collectionView.bounds.height
return CGSize(width: itemWidth, height: itemHeight)
}

但它不会全屏显示内容,它会从顶部和底部留出空间

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com