質問編集履歴

1

コーディング修正

2016/04/09 11:20

投稿

Mesh
Mesh

スコア14

test CHANGED
File without changes
test CHANGED
@@ -8,13 +8,7 @@
8
8
 
9
9
  [NSURLConnection sendAsynchronousRequest:request queue:[[NSOperationQueue alloc] init] completionHandler:^(NSURLResponse *response, NSData *data, NSError *error) {
10
10
 
11
-
12
-
13
- dispatch_async(dispatch_get_main_queue(), ^{
14
-
15
- [delegate loadUserNameDidFinish:dic];
11
+ // 非同期で処理
16
-
17
- });
18
12
 
19
13
  }];
20
14