A simple side drawer/menu for iOS Apps that can virtually present anything!
- Left, Right, Top, Bottom Drawer
- Custom view controller as drawer content
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
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.
Please check Example app.
This library is licensed under MIT. Full license text is available in LICENSE.