add subview for layer doesn't work #2212
romaHerman
started this conversation in
General
Replies: 1 comment 3 replies
-
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I want to follow this tutorial https://github.com/brianadvent/DynamicLottieContent on how to add image to the Lottie animation layer.
I see that there no method add view for layerName anymore
it's now
addSubview(subview, forLayerAt: layerPath)
here is code I'm trying to use
for now I just don't see any results. My image doesn't being added
but unfortunately this code doesn't work
Beta Was this translation helpful? Give feedback.
All reactions