回答編集履歴

1

修正

2016/08/16 05:26

投稿

_Kentarou
_Kentarou

スコア8490

test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  ```swift
8
8
 
9
- dispatch_sync(dispatch_get_main_queue(), {
9
+ dispatch_async(dispatch_get_main_queue(), {
10
10
 
11
11
 
12
12