我正在使用以下代码通过传递选定的集合视图项的索引路径来获取collectionView headreView参考,但它仅与集合视图节的第一项一起使用。
如果我将第二个集合视图项的索引路径传递给self.collectionView.supplementaryView,它将返回nil。
我不知道为什么它会失败。任何解决方案将不胜感激。谢谢
self.collectionView.supplementaryView(forElementKind: UICollectionView.elementKindSectionHeader, at: indexPath)