Skip to content

A simple Side Menu for iOS Apps that can virtually present anything!

License

Notifications You must be signed in to change notification settings

smbhuin/SBSideMenu

Repository files navigation

SBSideMenu

A simple side drawer/menu for iOS Apps that can virtually present anything!

Build Status Platform Carthage Compatible LICENSE

Features

  • Left, Right, Top, Bottom Drawer
  • Custom view controller as drawer content

iPhone Screenshot

Screenshot

Installation

To install SBSideMenu, add it as a submodule to your project (on the top level project directory):

git submodule add https://github.com/smbhuin/SBSideMenu.git

Carthage

You can use Carthage. Specify in Cartfile:

github "smbhuin/SBSideMenu"

Run carthage to build the framework and drag the built SBSideMenu.framework into your Xcode project. Follow build instructions.

Usage

Please check Example app.

License

This library is licensed under MIT. Full license text is available in LICENSE.