测试已测试 | ✗ |
Lang语言 | SwiftSwift |
许可证 | MIT |
发布最近发布 | 2016年10月 |
SwiftSwift 版本 | 3.0 |
SPM支持 SPM | ✗ |
由 Jared Sinclair 维护。
允许模糊拖动的 UINavigationControllerDelegate 的即插即用组件。
需要 Swift 2.0。
如果您想使用便捷的导航控制器子类
self.sloppyNavController = JTSSloppyNavigationController(rootViewController: root)
如果您需要使用其他导航控制器类
self.sloppySwiping = JTSSloppySwiping(navigationController: yourNavController)
// If you don't need another delegate, then:
yourNavController.delegate = self.sloppySwiping
// Otherwise forward the relevant navigation controller delegate methods
// to your sloppy swiping instance.