Search code examples
iosswiftphlivephoto

Integrating Live Photos in my app


I have some live photos that I am trying to use in my app. I am kind of confused on how to integrate them so I can use it in the app. I currently have an image view, but how do I add the live photo to it?


Solution

  • There is really no simple out-of-the-box API from Apple to integrate Live Photo in iOS apps.

    That being said, there's an interesting article that has been going around lately which will explain what Live Photo is under the hood and how you can use it.