-1

The docs says you can use Quicklook to view Live Photos. Overview section https://developer.apple.com/documentation/quicklook

I searched and could not an example on how to do it in swift. Seems like have to use PHLivePhotoView to view Live Photo. Is that true?

Thanks

sydney888
  • 1
  • 1

1 Answers1

0

If you have the URL to a Live Photo on disk, you can use Quick Look to display it. If you have a PHLivePhoto / PHAsset etc. , you need to use PHLivePhotoView.

Thomas Deniau
  • 2,488
  • 1
  • 15
  • 15