CocoaPods trunk is moving to be read-only. Read more on the blog, there are 15 months to go.
TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Jun 2017 |
SwiftSwift Version | 3.0 |
SPMSupports SPM | ✗ |
Maintained by Enea Dume.
[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, [email protected]
EDSlideMenu is available under the MIT license. See the LICENSE file for more info.