Skip to content

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

License

Notifications You must be signed in to change notification settings

Basket/BKSlidingViewController

Repository files navigation

BKSlidingViewController

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published