项目作者: smbhuin

项目描述 :
A simple Side Menu for iOS Apps that can virtually present anything!
高级语言: Objective-C
项目地址: git://github.com/smbhuin/SBSideMenu.git
创建时间: 2016-03-23T02:40:16Z
项目社区:https://github.com/smbhuin/SBSideMenu

开源协议:MIT License

下载


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:

  1. 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.