A custom tabbed view controller that works on the idea of UITabBarController but provides a completely new UX.
- Highly customizable
- Works best in portrait mode.
- Beautiful and elegant.
- Works out of the box.
- Very less code is required to implement in your project.
- Supports notification bubble on a particular tab.
- Enable/Disable any particular tab.
- Turn off select animation.
Inspired from MeowBottomNavigation which is Android based library.
Download and run the Example project to see its working and customizations.
- iOS 11.4 or any higher version.
- Xcode 10 or any higher version.
- Swift 4.2 or any higher version.
- The library has not been tested with Xcode 9.x.y or a lower version.
- WoofTabBarController is compatible with Swift 4.2 as of release 0.0.3.
CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:
$ gem install cocoapods
To integrate WoofTabBarController into your Xcode project using CocoaPods, specify it in your Podfile
:
source 'https://github.com/ihak/iHAKPodSpecs.git'
platform :ios, '11.4'
use_frameworks!
pod 'WoofTabBarController'
Then, run the following command:
$ pod install
Hassan Ahmed Khan, [email protected]
Faizan Naseem
WoofTabBarController is available under the MIT license. See the LICENSE file for more info.