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
For those who are still having these issues, and looking for an approach to it, I highly recommend using Hero for the transition between view controllers instead of the default one.
From the Hero documentation
"It won't modify any of your views' states other than hiding them during the animation,"
which really suitable for our case here since the previous view's just hiding, thus the transition doesn't interrupt the animation of the gradients at all.
For those who are still having these issues, and looking for an approach to it, I highly recommend using Hero for the transition between view controllers instead of the default one.
From the Hero documentation
which really suitable for our case here since the previous view's just hiding, thus the transition doesn't interrupt the animation of the gradients at all.
You can find HERO library through this link: https://github.com/HeroTransitions/Hero
Happy coding everyone : )
The text was updated successfully, but these errors were encountered: