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
fix(ios): defer fit assignment until MTKView is ready in experimental backend
RiveUIView creates its MTKView lazily during the first layout pass.
Setting rive.fit immediately after creating the view had no effect
because the drawable didn't exist yet. Store the desired fit as
pendingFit and apply it in layoutSubviews once the MTKView is present.
0 commit comments