CocoaPods trunk is moving to be read-only. Read more on the blog, there are 15 months to go.

EDSlideMenu 1.0.1

EDSlideMenu 1.0.1

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Jun 2017
SwiftSwift Version 3.0
SPMSupports SPM

Maintained by Enea Dume.



EDSlideMenu

[Change Log] (CHANGELOG.md)

Example

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)
}

Requirements

Installation

EDSlideMenu is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "EDSlideMenu"

Author

Enea Dume, [email protected]

License

EDSlideMenu is available under the MIT license. See the LICENSE file for more info.