AdaptiveTabBarController is a UITabBarController replacement that includes support for a floating action button in the tab bar, and adaptivity between compact and regular trait environments on iOS, written in Swift.
The included example project showcases the core functionality of this library.
To run the example project, clone the repo, and run pod install
from the Example directory first.
- iOS 11.4
- Swift 5.0
AdaptiveTabBarController is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'AdaptiveTabBarController'
Christian Gossain, cgossain@gmail.com
AdaptiveTabBarController is available under the MIT license. See the LICENSE file for more info.