回答編集履歴

1

コードの修正

2019/09/24 00:44

投稿

hayabusabusash
hayabusabusash

スコア767

test CHANGED
@@ -40,7 +40,7 @@
40
40
 
41
41
  // 作った変数を使ってindexを取得
42
42
 
43
- if let index = idList.firstIndex(of: firstViewController.pageIdentifier)!
43
+ let index = idList.firstIndex(of: firstViewController.pageIdentifier)!
44
44
 
45
45
  if (index > 0) {
46
46