gpt4 book ai didi

ios - collectionView 的默认值 :layout:referenceSizeForFooterInSection

转载 作者:行者123 更新时间:2023-11-28 15:26:07 25 4
gpt4 key购买 nike

如果我希望一切都像以前一样工作,我必须从 collectionView:layout:referenceSizeForFooterInSection 返回什么值。

背景:我想禁用某些部分的页脚,所以我为那些部分返回 CGSize.zero,但我不知道为应该展示的

最佳答案

来自函数的文档

If you do not implement this method, the flow layout uses the value in its footerReferenceSize property to set the size of the footer.

所以简单地从流布局返回 footerReferenceSize,就像这样

if let collectionViewFlowLayout = collectionView.collectionViewLayout as? UICollectionViewFlowLayout {

return collectionViewFlowLayout.footerReferenceSize

}

关于ios - collectionView 的默认值 :layout:referenceSizeForFooterInSection,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45189308/

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