TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Unclaimed.
OBTabBarController is an adaptive and customizable tab bar for iOS.
We strongly encourage you to use Cocoapods. It's simple, just add the dependency to your Podfile
:
platform :ios
pod 'OBTabBarController'
And then running pod install
will install the dependencies.
Finally, import the header file wherever you want to use it:
#import "OBTabBarController.h"
And you are done!
_tabBarController = [[OBTabBarController alloc] initWithViewControllers:
@[self.firstViewController, self.secondViewController, self.thirdViewController, self.fourthViewController]
delegate:self];