質問編集履歴
2
あ
test
CHANGED
File without changes
|
test
CHANGED
@@ -110,6 +110,16 @@
|
|
110
110
|
|
111
111
|
|
112
112
|
|
113
|
+
### 画面遷移
|
114
|
+
|
115
|
+
Buttonを押すと画面遷移する.
|
116
|
+
|
117
|
+
![イメージ説明](a806ff1e20c9189a2c49c3acba8499dd.png)
|
118
|
+
|
119
|
+
|
120
|
+
|
121
|
+
|
122
|
+
|
113
123
|
### 環境
|
114
124
|
|
115
125
|
Xcode:11.2.1
|
1
a
test
CHANGED
File without changes
|
test
CHANGED
@@ -44,7 +44,7 @@
|
|
44
44
|
|
45
45
|
|
46
46
|
|
47
|
-
class
|
47
|
+
class ViewController: UIViewController, GADInterstitialDelegate {
|
48
48
|
|
49
49
|
|
50
50
|
|