gpt4 book ai didi

swift - 在 Swift 中以编程方式将插图设置为 CollectionView

转载 作者:IT王子 更新时间:2023-10-29 05:34:14 27 4
gpt4 key购买 nike

我有 ViewControllerCollectionView。我想通过按下按钮更改 CollectionView 插图。我应该实现什么代码?

谢谢!

最佳答案

设置section inset并使布局无效。

let collectionViewLayout = collectionView.collectionViewLayout as? UICollectionViewFlowLayout

collectionViewLayout?.sectionInset = ... // some UIEdgeInset

collectionViewLayout?.invalidateLayout()

关于swift - 在 Swift 中以编程方式将插图设置为 CollectionView,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35975507/

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