A UINavigationController subclass that provides Sloppy Swiping . It's written in Swift.
Just replace UINavigationController
with SloppySwipingNav
.
SloppySwipingNav(rootViewController: controller)
If you are using Storyboards, set SloppySwipingNav
to the Navigation Controller's Custom Class in IB.
Swift 3.0
To install SloppySwipingNav using through CocoaPods, simply add the following line to your Podfile:
pod "SloppySwipingNav"
This fork also supports SPM. To install SloppySwipingNav using SPM, just add following URL as a dependency using Xcode:
https://github.com/moridaffy/SloppySwipingNav
Yuki Mishima, mishimaybe@gmail.com
SloppySwipingNav is available under the MIT license. See the LICENSE file for more info.