You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I'm using Lottie with SwiftUI.
I implemented UIViewRepresentable similar to what is done in this article.
Basically in UIViewRepresentable I added the AnimationView as a subview and used Auto Layout to constraint it on all sides and returned that container view.
When using that Lottie view in a banner, or any other view that has an aspect ratio different then of the animation itself, the animation view size breaks
Which Version of Lottie are you using?
Lottie 3.4.1
Expected Behavior
Lottie animation (white part with the content hidden behind the rectangle) should fill the whole view, not leave a green border left and right
NOTE: I set the green background to the container view to preview the issue better.
The SwiftUI view should get the correct size, the one that fits the animation exactly and use that size for the view.
This discussion was converted from issue #1856 on December 20, 2022 14:52.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi!
I'm using Lottie with SwiftUI.
I implemented
UIViewRepresentable
similar to what is done in this article.Basically in
UIViewRepresentable
I added theAnimationView
as a subview and used Auto Layout to constraint it on all sides and returned that container view.When using that Lottie view in a banner, or any other view that has an aspect ratio different then of the animation itself, the animation view size breaks
Which Version of Lottie are you using?
Lottie 3.4.1
Expected Behavior
NOTE: I set the green background to the container view to preview the issue better.
Actual Behavior
Animation JSON
N/A
Beta Was this translation helpful? Give feedback.
All reactions