Skip to content

eneadume/EDSlideMenuRepo

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published