質問編集履歴
1
コーディング修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -3,10 +3,7 @@
|
|
3
3
|
|
4
4
|
```ここに言語を入力
|
5
5
|
[NSURLConnection sendAsynchronousRequest:request queue:[[NSOperationQueue alloc] init] completionHandler:^(NSURLResponse *response, NSData *data, NSError *error) {
|
6
|
-
|
7
|
-
dispatch_async(dispatch_get_main_queue(), ^{
|
8
|
-
|
6
|
+
// 非同期で処理
|
9
|
-
});
|
10
7
|
}];
|
11
8
|
```
|
12
9
|
|