JSDrawer
示例代码
如需要运行示例项目,请 clone
当前 repo
到本地,并且从根目录下执行 JSDrawer.xcworkspace
,打开项目后切换 Scheme
至 JSDrawer-Demo
即可。
基本使用
基本使用方法如下:
func js_showDrawer(_ viewController: UIViewController, animationType: AnimationType, config: JSDrawerConfig? = nil)
func js_pushViewController(_ viewController: UIViewController, hideAnimateDuration: TimeInterval = 0.0)
func js_presentViewController(_ viewController: UIViewController, isDrawerHide: Bool = false)
func js_dismissViewController()
Swift 版本依赖
Swift | JSDrawer |
---|---|
4.2 | >= 1.0.0 |
5.0 | >= 1.1.0 |
限制条件
- iOS 9.0 and Up
- Xcode 10.0 and Up
- Swift Version = 5.0
安装
JSDrawer
可以通过 CocoaPods 获得。安装只需要在你项目的 Podfile
中添加如下字段:
pod 'JSDrawer', '~> 1.1.0'
作者
spirit-jsb, [email protected]
许可文件
JSDrawer
可在 MIT
许可下使用,更多详情请参阅许可文件。