To run the example project, clone the repo, and run pod install
from the Example directory first.
- Xcode 11+
- iOS 13.0+
- Swift 5.0
PitTabbarController is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'PitTabbarController'
- Add
pod 'PitTabbarController'
to your Podfile. - AppDelegate
let tabBarController = PitTabbarController()
tabBarController.viewControllers = [v1, v2, v3, v4]
window?.rootViewController = tabBarController
imWalsh, [email protected]
PitTabbarController is available under the MIT license. See the LICENSE file for more info.