回答編集履歴

2

誤字の修正

2017/08/02 04:08

投稿

Tak1016
Tak1016

スコア1408

test CHANGED
@@ -2,6 +2,6 @@
2
2
 
3
3
 
4
4
 
5
- UICollectionView のdeleteItems(at: indexPath)
5
+ UICollectionView のdeleteItems(at: [indexPath])
6
6
 
7
7
  を使うとどうでしょう?

1

コメント間違い

2017/08/02 04:08

投稿

Tak1016
Tak1016

スコア1408

test CHANGED
@@ -2,6 +2,6 @@
2
2
 
3
3
 
4
4
 
5
- UICollectionView のdeleteAt(indexPath)
5
+ UICollectionView のdeleteItems(at: indexPath)
6
6
 
7
7
  を使うとどうでしょう?