質問編集履歴

3

修正

2016/01/26 14:05

投稿

wahrheit100
wahrheit100

スコア27

test CHANGED
File without changes
test CHANGED
@@ -34,9 +34,7 @@
34
34
 
35
35
 
36
36
 
37
- let urlStr = "http://wave.kana-me.net/api/get_active_weather_time"
37
+ let urlStr =
38
-
39
-
40
38
 
41
39
  if let url = NSURL(string: urlStr) {
42
40
 

2

書式の改善

2016/01/26 14:05

投稿

wahrheit100
wahrheit100

スコア27

test CHANGED
File without changes
test CHANGED
@@ -1,10 +1,6 @@
1
1
  ###前提・実現したいこと
2
2
 
3
3
  JSONデータをパースして得られたデータをTextViewに表示させたい。
4
-
5
- ![これ](85633ca2573fd36d005f6f9c29d5f9b6.png)
6
-
7
-
8
4
 
9
5
 
10
6
 
@@ -14,7 +10,7 @@
14
10
 
15
11
  ###ソースコード
16
12
 
17
-
13
+ ```swift
18
14
 
19
15
  import UIKit
20
16
 
@@ -142,7 +138,7 @@
142
138
 
143
139
  }
144
140
 
145
-
141
+ ```
146
142
 
147
143
 
148
144
 

1

訂正

2016/01/08 14:33

投稿

wahrheit100
wahrheit100

スコア27

test CHANGED
File without changes
test CHANGED
@@ -1,10 +1,8 @@
1
1
  ###前提・実現したいこと
2
2
 
3
- JSONデータをパースして得られたデータ
3
+ JSONデータをパースして得られたデータをTextViewに表示させたい。
4
4
 
5
- ![これ](af0887555e1b258eac4aed772b4d4028.png)
5
+ ![これ](85633ca2573fd36d005f6f9c29d5f9b6.png)
6
-
7
- をTextViewに表示させたい。
8
6
 
9
7
 
10
8