[![CI Status](http://img.shields.io/travis/José Lucas/JLSlideMenuController.svg?style=flat)](https://travis-ci.org/José Lucas/JLSlideMenuController)
To run the example project, clone the repo, and run pod install
from the Example directory first.
If you want to use this framework you will need at least IOS 8!
JLSlideMenuController is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "JLSlideMenuController"
Import it on every file that you will use this framework.
import JLSlideMenuController
Remember that every Navigation View Controller that will have this menu should extends JLSlideNavigationController
.
Example:
class myNavController: JLSlideNavigationController
Now what you have to go to inspector of your navigation controller and set the properties like the id of your menu vc, name of the storyboard where your menu is.
Diferent navigation controllers can have the same instance of the menu vc, for that you just have to choose the same id and storyboard name.
Your menu view controller should extends JLSlideMenuViewController
.
showMenu(animated:Bool)
hideMenu(animated:Bool)
presentControllerModally(VCId:String,storyboardName:String,animated:Bool)
showController(VCId:String,storyboardName:String,animated:Bool)
José Lucas
JLSlideMenuController is available under the MIT license. See the LICENSE file for more info.