0

I am trying to integrate Live Photos into my iOS app and can't seem to figure out how to integrate Live Photos while using Texture. Is there a way to integrate Live Photos with Texture? For instance, an ASImageNode or ASNetworkImageNode is used in place of a UIImageView, ASVideoNode for video etc.

If Texture doesn't support PHLivePhotoView is there another solution I can implement while still using Texture?

Let's_Create
  • 2,963
  • 3
  • 14
  • 33

1 Answers1

0

there's way to do this, by wrapping your PHLivePhotoView. as long as your customView inheriting UIView, you make use this

let node = ASDisplayNode { () -> UIView in
        // return your `UIView` here
    }

Happy Texturing

Wendy Liga
  • 634
  • 5
  • 12