gpt4 book ai didi

ios - 为获取 Collection View 部分中的可重用 View 而提交的字符串是什么

转载 作者:行者123 更新时间:2023-11-28 12:23:27 25 4
gpt4 key购买 nike

在 Collection View 部分,为了获取特定部分,我们有 supplementaryView 函数。但是应该为“forElementKind”传递什么值?

collectionView.supplementaryView(forElementKind: "???", at: 0)

最佳答案

它是 View 的类型。

如果它是页眉那么你可以使用 UICollectionElementKindSectionHeader 或者如果是页脚那么 UICollectionElementKindSectionFooter

 let indexHeaderForSection = NSIndexPath(row: 0, section: indexPath.section) 
let heder = collectionViewArea?.supplementaryView(forElementKind: UICollectionElementKindSectionHeader, at: indexHeaderForSection as IndexPath ) // you need to pass indexpath instead of integer value.

关于ios - 为获取 Collection View 部分中的可重用 View 而提交的字符串是什么,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44106414/

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