質問編集履歴

1

説明を追加

2021/11/04 08:33

投稿

hodoru3sei
hodoru3sei

スコア284

test CHANGED
File without changes
test CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  CollectionViewでSectionHeaderを表示させたいと考えているのですがうまくいかず困っています。
4
4
 
5
- セルのサイズと左右のマージンなどを独自の値にしたいと考えているのでCollectionFlowLayoutをCollectionViewに設定しているのですがこれを設定するとメソッド呼ばれくなってまします。
5
+ セルのサイズと左右のマージンなどを独自の値にしたいと考えているのでCollectionFlowLayoutをCollectionViewに設定しているのですがこれがも問題のでょうか?
6
6
 
7
7
 
8
8
 
9
- どうやって設定するのが正しいのでしょうか?
9
+ どうやってどちらも設定すれば良いのでしょうか?
10
10
 
11
11
 
12
12
 
@@ -102,7 +102,7 @@
102
102
 
103
103
  // Sectionの設定
104
104
 
105
-
105
+ // 呼ばれる
106
106
 
107
107
  func numberOfSections(in collectionView: UICollectionView) -> Int {
108
108
 
@@ -110,7 +110,7 @@
110
110
 
111
111
  }
112
112
 
113
-
113
+ // 呼ばれない
114
114
 
115
115
  func collectionView(collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, referenceSizeForHeaderInSection section: Int) -> CGSize {
116
116
 
@@ -119,6 +119,8 @@
119
119
  }
120
120
 
121
121
 
122
+
123
+    // 呼ばれない
122
124
 
123
125
  func collectionView(_ collectionView: UICollectionView, viewForSupplementaryElementOfKind kind: String, at indexPath: IndexPath) -> UICollectionReusableView {
124
126