回答編集履歴

3

訂正

2020/06/18 02:01

投稿

退会済みユーザー
test CHANGED
@@ -1,3 +1,15 @@
1
1
  cellForRowAt内のキャストで落ちてると思いますが、
2
2
 
3
3
  UICollectionViewCellのカスタムクラスの名称はなんですか?
4
+
5
+
6
+
7
+ こうなおすのかな?
8
+
9
+ ```swift
10
+
11
+ // cellForItemAt内
12
+
13
+ let cell = collectionView.dequeueReusableCell(withReuseIdentifier: "CustomCell", for: indexPath) as! CustomCell
14
+
15
+ ```

2

訂正

2020/06/18 02:01

投稿

退会済みユーザー
test CHANGED
@@ -1,13 +1,3 @@
1
- 広義typoです
1
+ cellForRowAt内キャスト落ちてると思いまが、
2
2
 
3
-
4
-
5
- ```swift
6
-
7
-
8
-
9
- // cellForItemAt内
3
+ UICollectionViewCellのカスタムクラスの名称はなんですか?
10
-
11
- let cell = collectionView.dequeueReusableCell(withReuseIdentifier: "CustomCell", for: indexPath) as! CustomCell
12
-
13
- ```

1

訂正

2020/06/18 01:49

投稿

退会済みユーザー
test CHANGED
@@ -1,13 +1,13 @@
1
- 画像が貼れるのでここに書きます。
1
+ 広義typoです。
2
2
 
3
3
 
4
4
 
5
- 保存状態とかどうなってるかわからんので、ディレクトリ見せてください。
5
+ ```swift
6
6
 
7
7
 
8
8
 
9
- ![イメージ説明](1e44199c637f312e4a46e5ad884879a7.png)
9
+ // cellForItemAt内
10
10
 
11
+ let cell = collectionView.dequeueReusableCell(withReuseIdentifier: "CustomCell", for: indexPath) as! CustomCell
11
12
 
12
-
13
- typoを疑って、それがないなら、「cmd+shift+k」とか、Xcodeの再起動とかもろもろ行ってみてください。
13
+ ```