BKSlidingViewController 1.1.0

BKSlidingViewController 1.1.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Mar 2015

Maintained by James Ide, Andrew Toulouse.



  • By
  • Andrew Toulouse

A side-scrolling view controller container class with a minimal, UITabBarController-like API.

Installation

  1. Add BKSlidingViewController to your Podfile.
  2. In your terminal, run pod install.

Usage

  1. Add #import <BKSlidingViewController/BKSlidingViewController.h> to your application delegate class.
  2. In your application:didFinishLaunchingWithOptions: method, create and configure an instance of BKSlidingViewController with your desired view controllers and initial selected index.
  3. Set the rootViewController property on your UIWindow to your instance of BKSlidingViewController.