[Change Log] (CHANGELOG.md)
To run the example project, clone the repo, and run pod install
from the Example directory first.
To use this pod in your project follow the example:
override func viewDidLoad() {
super.viewDidLoad()
let frameworkBundle = Bundle(identifier: "org.cocoapods.EDSlideMenu")//This is the bundle of my framework
//baseView is the view that you want to load the SlideMenu. it is the view that you create in your storyboard
var myMenu :CustomDrawerMenu = UIView.createView(attachTo : self.baseView, fromBundle : frameworkBundle)
}
EDSlideMenu is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "EDSlideMenu"
Enea Dume, eneadume@gmail.com
EDSlideMenu is available under the MIT license. See the LICENSE file for more info.