TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Mar 2015 |
Maintained by James Ide, Andrew Toulouse.
A side-scrolling view controller container class with a minimal, UITabBarController-like API.
pod install
.#import <BKSlidingViewController/BKSlidingViewController.h>
to your application delegate class.application:didFinishLaunchingWithOptions:
method, create and configure an instance of BKSlidingViewController
with your desired view controllers and initial selected index.rootViewController
property on your UIWindow
to your instance of BKSlidingViewController
.