回答編集履歴

1

例文追加

2019/12/14 04:20

投稿

toki_td
toki_td

スコア2850

test CHANGED
@@ -12,9 +12,15 @@
12
12
 
13
13
  ```Swift
14
14
 
15
- PHPhotoLibrary.requestAuthorization{ (status) in
15
+ PHPhotoLibrary.requestAuthorization { (status) in
16
16
 
17
17
  }
18
+
19
+
20
+
21
+ PHPhotoLibrary.requestAuthorization() { (status) in
22
+
23
+ })
18
24
 
19
25
 
20
26