質問編集履歴
2
コード間違いのため、guardをifに変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -116,7 +116,13 @@
|
|
116
116
|
|
117
117
|
session.finishTasksAndInvalidate()
|
118
118
|
|
119
|
+
|
120
|
+
|
121
|
+
//guardにはelseが必要
|
122
|
+
|
123
|
+
//guard let error = error
|
124
|
+
|
119
|
-
|
125
|
+
if let error = error
|
120
126
|
|
121
127
|
{
|
122
128
|
|
1
タイトル変更
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
【Xcode/Swift/iPad/FTP】URLSessionでタイムアウト発生後
|
1
|
+
【Xcode/Swift/iPad/FTP】URLSessionで切断によるタイムアウト発生後、復帰しない
|
test
CHANGED
File without changes
|