Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.42 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.42 KB

EDSlideMenu

CI Status Version License Platform

[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, eneadume@gmail.com

License

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