Implements Swipe/Slideable TabBar Interactive Animation and Transition Delegate for UITabBarController
This is based on Apple's Original Demo ported to Swift 3.0 and simplified a bit.
##Enhancements This version has 2 main enhancements over the originals:
- Properly Handles the 'More' Tab Properly (Inlcuding Rotation)
- Properly Handles Status Bar Coloring Between Swipes
##How to Implement? Its pretty simple:
- Import the .framework
- Create the SwipeTransitionDelegate and Connect it in Interface Builder
- There is no Step 3!
##Anything Else?
Licence is MIT
- The part that handles 'More' tab swiping case is a little messy...
- Would like to upload to CocoaPods at some point...