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
I've faced a problem where I need to make something when a Rib(or its view) comes to the screen. However, my code starts executing immediately after Rib creation and doesn't wait until animation finishes. Which causes 2 problems:
Our app doesn't look and behave as we expect
Sometimes we loose couple of frames (and see some lags) due to animation and list filling happening at the same time.
Any solution to this?
P.S. I'm using the old 0.12.0 version
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hello there!
I've faced a problem where I need to make something when a Rib(or its view) comes to the screen. However, my code starts executing immediately after Rib creation and doesn't wait until animation finishes. Which causes 2 problems:
Any solution to this?
P.S. I'm using the old 0.12.0 version
Thanks in advance!
The text was updated successfully, but these errors were encountered: