質問編集履歴

1

ソースの修正

2017/02/08 13:59

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -46,9 +46,9 @@
46
46
 
47
47
  {
48
48
 
49
- let cell1: CollectionViewCell1 = collectionView.dequeueReusableCell(withReuseIdentifier: "cell", for: indexPath as IndexPath) as! CollectionViewCell1
49
+ let cell1: CollectionViewCell1 = collectionView.dequeueReusableCell(withReuseIdentifier: "cell1", for: indexPath as IndexPath) as! CollectionViewCell1
50
50
 
51
- let cell2: CollectionViewCell2 = collectionView.dequeueReusableCell(withReuseIdentifier: "cell", for: indexPath as IndexPath) as! CollectionViewCell2
51
+ let cell2: CollectionViewCell2 = collectionView.dequeueReusableCell(withReuseIdentifier: "cell2", for: indexPath as IndexPath) as! CollectionViewCell2
52
52
 
53
53
 
54
54