回答編集履歴

1

コードを修正

2020/05/22 00:53

投稿

hayabusabusash
hayabusabusash

スコア767

test CHANGED
@@ -26,7 +26,7 @@
26
26
 
27
27
  if let asset = info[.phAsset] as? PHAsset {
28
28
 
29
- asset.requestContentEditingInpu(with: nil) { contentEditingInput, _ in
29
+ asset.requestContentEditingInput(with: nil) { contentEditingInput, _ in
30
30
 
31
31
  if let url = contentEditingInput.fullSizeImageURL,
32
32