我想創建一個簡單的自定義佈局UICollectionView以編程方式使用(即沒有界面生成器)。UICollectionView自定義佈局。補充意見不顯示或查詢
我根據文檔做的一切:
- 子類
UICollectionViewLayout
並準備我的佈局 - 覆蓋
layoutAttributesForSupplementaryView(ofKind elementKind: String, at indexPath: IndexPath)
並返回相應的佈局屬性 - 添加
collectionView(_ collectionView: UICollectionView, viewForSupplementaryElementOfKind kind: String, at indexPath: IndexPath)
實現,我回到我的補充視圖
我的問題是,既沒有collectionView(_ collectionView: UICollectionView, viewForSupplementaryElementOfKind kind: String, at indexPath: IndexPath)
也沒有layoutAttributesForSupplementaryView(ofKind elementKind: String, at indexPath: IndexPath)
正在調用,所以我看不到我的補充意見。
我已經仔細檢查了我的實現都佈局和補充視圖創建,但我仍然無法得到它的工作。
可以發佈完整的代碼嗎? –
layoutAttributesForItem()?不是RECT? –