Skip to content

Avoid transition issues

Compare
Choose a tag to compare
@marcosgriselli marcosgriselli released this 27 Apr 15:11
· 86 commits to master since this release

The main issues of SwipeableTabBarController were caused by launching a transition before the previous one ended. This led to black screens, incorrect frames, unbalanced calls messages and overall not the best experience.

This release targets that issue and avoids launching a new transition if a previous one is being executed. This solved all the unexpected behavior and messages 🙌.