https://github.com/timonus/tjextendednavigationpop
Really make those navigation controllers *pop*
https://github.com/timonus/tjextendednavigationpop
objective-c uigesturerecognizer uikit uinavigationcontroller
Last synced: 7 months ago
JSON representation
Really make those navigation controllers *pop*
- Host: GitHub
- URL: https://github.com/timonus/tjextendednavigationpop
- Owner: timonus
- License: bsd-3-clause
- Created: 2024-05-09T17:08:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-14T17:00:14.000Z (8 months ago)
- Last Synced: 2025-07-24T08:01:16.449Z (7 months ago)
- Topics: objective-c, uigesturerecognizer, uikit, uinavigationcontroller
- Language: Objective-C
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TJExtendedNavigationPop
This project makes it so that you can extend `UINavigationController` to begin a swipe-to-pop gesture anywhere on the screen.
- To extend swipe-to-pop on a single navigation controller, call `tj_extendInteractivePopGestureRecognizer` on it.
- To extend swipe-to-pop on _all_ navigation controllers in your app, call `UINavigationController.tj_extendAllInteractivePopGestureRecognizers`