回答編集履歴
1
コードの修正
test
CHANGED
@@ -40,7 +40,7 @@
|
|
40
40
|
|
41
41
|
// 作った変数を使ってindexを取得
|
42
42
|
|
43
|
-
|
43
|
+
let index = idList.firstIndex(of: firstViewController.pageIdentifier)!
|
44
44
|
|
45
45
|
if (index > 0) {
|
46
46
|
|