/SloppySwipingNav

Primary LanguageSwiftMIT LicenseMIT

SloppySwipingNav

A UINavigationController subclass that provides Sloppy Swiping . It's written in Swift.

GIF animation

Usage

Just replace UINavigationController with SloppySwipingNav.

SloppySwipingNav(rootViewController: controller)

If you are using Storyboards, set SloppySwipingNav to the Navigation Controller's Custom Class in IB.

IB

Requirements

Swift 3.0

Installation

CocoaPods

To install SloppySwipingNav using through CocoaPods, simply add the following line to your Podfile:

pod "SloppySwipingNav"

Swift Package Manager

This fork also supports SPM. To install SloppySwipingNav using SPM, just add following URL as a dependency using Xcode:

https://github.com/moridaffy/SloppySwipingNav

Original author

Yuki Mishima, mishimaybe@gmail.com

License

SloppySwipingNav is available under the MIT license. See the LICENSE file for more info.