teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

コーディング修正

2016/04/09 11:20

投稿

Mesh
Mesh

スコア14

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
- [delegate loadUserNameDidFinish:dic];
6
+ // 非同期で処理
9
- });
10
7
  }];
11
8
  ```
12
9