If you’re using CocoaPods, simply add pod 'RDVTabBarController' to your Podfile.
Drag & Drop
Add the items from RDVTabBarController directory to your project. If you don’t have ARC enabled, you will need to set a -fobjc-arc compiler flag on the .m source files.
Example Usage
Initialize RDVTabBarController
The initialization is similar to the one for UITabBarController. Create an instance of the tabBarController and initialize its viewControllers.
RDVTabBarController
Installation
CocoaPods
If you’re using CocoaPods, simply add
pod 'RDVTabBarController'
to your Podfile.Drag & Drop
Add the items from
RDVTabBarController
directory to your project. If you don’t have ARC enabled, you will need to set a-fobjc-arc
compiler flag on the.m
source files.Example Usage
Initialize RDVTabBarController
The initialization is similar to the one for
UITabBarController
. Create an instance of thetabBarController
and initialize itsviewControllers
.Customize RDVTabBarController
Each
RDVTabBarItem
hasselectedBackground
,unselectedBackground
and corresponding properties for the icons:selectedImage
andunselectedImage
.Make the tab bar translucent
RDVTabBar
hastranslucent
property which determines how it is going to be handled.Requirements
Contact
Robert Dimitrov
@robbdimitrov
License
RDVTabBarController is available under the MIT license. See the LICENSE file for more info.