SwipeableTabBarController v1.3.1 Release Notes

Release Date: 2018-08-11 // over 5 years ago
  • 🚀 This release adds support for disabling transitions for both swipe and tap as recommended on #49.

    We have made the transitions protocols optional so you can set them to nil and have no transitions by using:

    setTapTransitioning(transition: nil)setSwipeTransitioning(transition: nil)