Skip to content

A convenient navigationController inherited from UINavigationController. LxNavigationController add a powerful gesture you can pop view controller only if you sweep the screen from left the right.

License

Notifications You must be signed in to change notification settings

DeveloperLx/LxNavigationController-swift

Repository files navigation

LxNavigationController-swift

A convenient navigationController inherited from UINavigationController. LxNavigationController add a powerful gesture you can pop view controller only if you sweep the screen from left the right.
  • demo

Installation

You only need drag LxNavigationController.swift to your project.

Support

Minimum support iOS version: iOS 7.0

Usage

let nc = LxNavigationController(rootViewController: YOUR_VIEW_CONTROLLER)
......
navigationController?.pushViewController(NEW_VIEW_CONTROLLER, animated: true)
......

License

LxNavigationController is available under the Apache License 2.0. See the LICENSE file for more info.

About

A convenient navigationController inherited from UINavigationController. LxNavigationController add a powerful gesture you can pop view controller only if you sweep the screen from left the right.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages