JTSSloppySwiping 1.2.3

JTSSloppySwiping 1.2.3

测试已测试
Lang语言 SwiftSwift
许可证 MIT
发布最近发布2016年10月
SwiftSwift 版本3.0
SPM支持 SPM

Jared Sinclair 维护。



  • Jared Sinclair

JTSSloppySwiping

允许模糊拖动的 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.