# ninjinkun/NJKWebViewProgress

UIWebView progress interface

Repository: https://github.com/ninjinkun/NJKWebViewProgress
Canonical: https://ross.abutalabs.com/products/njkwebviewprogress
Language: Objective-C
License: MIT
License Family: permissive
Topics: uiwebview, objective-c
Last push: 2020-01-04T10:42:50+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4882, "days_push": 2433, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3868, forks 583 (observed 2026-08-28T04:08:27.725717+00:00)

## What it is
An Objective-C library that adds a progress interface to UIWebView on iOS, which lacks an official progress API. It proxies the UIWebViewDelegate to report page load progress and includes an iOS 7 Safari-style progress bar view.

## Use cases
- show a progress bar while a UIWebView loads a page
- build an in-app browser with loading progress
- track webview document loading state without private APIs
- display Safari-style progress indicator in an iOS app

## When to choose
- maintaining a legacy Objective-C iOS app that still uses UIWebView and needs load progress

## When to avoid
- starting a new iOS project - UIWebView is deprecated and removed from App Store submissions
- apps using WKWebView, which has its own estimatedProgress API
- expecting ongoing updates - the project has not been maintained since 2020

## Facets
- artifact type: library
- maturity: abandoned
- function: ui-components, http-client
- domain: mobile-development, web-development
- platform: -
- tags: uiwebview, objective-c, progress-bar, in-app-browser, cocoapods, ios, mobile

## Member repositories
- ninjinkun/NJKWebViewProgress (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:27.725717+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-29T18:25:50.067818+00:00, confidence not recorded.
  - readme: https://github.com/ninjinkun/NJKWebViewProgress (fetched 2026-08-28T04:08:27.725717+00:00, sha c36391a69ab5)
- Data as of 2026-08-30T08:39:29.467469+00:00.
