Quicklook for Live Photo?

158 Views Asked by At

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

1

There are 1 best solutions below

0
On

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.