测试已测试 | ✗ |
语言语言 | SwiftSwift |
许可证 | MIT |
发布最新版本 | 2017年6月 |
SwiftSwift版本 | 3.0 |
SPM支持SPM | ✗ |
由 Enea Dume 维护。
[变更日志] (CHANGELOG.md)
要运行示例项目,先克隆存储库,然后在Example目录中运行pod install
。在您的项目中使用此Pod,请遵循以下示例
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通过CocoaPods提供。要安装它,只需将以下行添加到您的Podfile中
pod "EDSlideMenu"
Enea Dume, [email protected]
EDSlideMenu在MIT许可证下提供。有关更多信息,请参阅LICENSE文件。