# forkingdog/FDFullscreenPopGesture

A UINavigationController's category to enable fullscreen pop gesture with iOS7+ system style.

Repository: https://github.com/forkingdog/FDFullscreenPopGesture
Canonical: https://ross.abutalabs.com/products/fdfullscreenpopgesture
Language: Objective-C
License: MIT
License Family: permissive
Last push: 2021-07-08T17:06:04+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4114, "days_push": 1882, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 5876, forks 1140 (observed 2026-08-28T04:09:31.869975+00:00)

## What it is
An Objective-C category on UINavigationController that enables fullscreen interactive pop gestures in iOS 7+ system style via AOP, requiring no setup beyond adding two files. It also manages view-controller-based navigation bar appearance transitions automatically.

## Use cases
- enable fullscreen swipe-back gesture in iOS navigation stacks
- allow users to pop view controllers by swiping anywhere on screen
- handle navigation bar show/hide transitions between pushed view controllers
- disable pop gesture for specific view controllers
- use fullscreen pop gesture alongside scroll views

## When to choose
- you build UIKit apps with UINavigationController and want system-style swipe-back over the whole screen
- you want a drop-in CocoaPods dependency with zero configuration
- you need per-view-controller control over gesture and navigation bar visibility

## When to avoid
- your app uses SwiftUI navigation instead of UINavigationController
- you target only iOS 13+ and prefer native alternatives or custom gesture handling
- the project needs actively maintained dependencies, as the last release was 2021

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, middleware
- domain: mobile-development, developer-tools
- platform: cpp
- tags: uikit, navigation-controller, objective-c, gesture-recognizer, cocoapods, interactive-pop-gesture, ios, mobile, swift

## Member repositories
- forkingdog/FDFullscreenPopGesture (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:31.869975+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:51:35.004617+00:00, confidence not recorded.
  - readme: https://github.com/forkingdog/FDFullscreenPopGesture (fetched 2026-08-28T04:09:31.869975+00:00, sha bb94c360fbd8)
- Data as of 2026-08-30T08:39:29.467469+00:00.
