質問編集履歴

2

誤字

2019/07/19 08:53

投稿

syosinsya_swift
syosinsya_swift

スコア62

test CHANGED
@@ -1 +1 @@
1
- 【swift】AIPを受信して表示させたい
1
+ 【swift】APIを受信して表示させたい
test CHANGED
File without changes

1

誤字

2019/07/19 08:53

投稿

syosinsya_swift
syosinsya_swift

スコア62

test CHANGED
File without changes
test CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
 
20
20
 
21
- ```
21
+ ```ここに言語を入力
22
22
 
23
23
  import UIKit
24
24
 
@@ -58,7 +58,7 @@
58
58
 
59
59
  //URL設定
60
60
 
61
- let url = URL(string: "https://api.gnavi.co.jp/RestSearchAPI/v3/?keyid=0f5742fe73be46f4a897e0286f3511d0&area=AREA110")!
61
+ let url = URL(string: "https://api.gnavi.co.jp/RestSearchAPI/v3/?keyid=0xxxx")!
62
62
 
63
63
 
64
64
 
@@ -151,3 +151,5 @@
151
151
  }
152
152
 
153
153
  }
154
+
155
+ ```