marcosgriselli / SwipeableTabBarController

UITabBarController with swipe interaction between its tabs.
MIT License
1.54k stars 107 forks source link

Fix transition views adding order for `.sideBySide` transitions #105

Closed marcosgriselli closed 3 years ago

marcosgriselli commented 3 years ago

This PR fixes a bug where the toView would be displayed at the top of the stack for an instant before starting a transition.

Fixes #104