# Roxasora/RxWebViewController

实现类似微信的 webView 导航效果，包括进度条，左滑返回上个网页或者直接关闭，就像 UINavigationController

Repository: https://github.com/Roxasora/RxWebViewController
Canonical: https://ross.abutalabs.com/products/rxwebviewcontroller
Language: Objective-C
License Family: other
Last push: 2020-01-04T10:43:56+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": 3967, "days_push": 2433, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1276, forks 203 (observed 2026-08-28T04:04:13.046096+00:00)

## What it is
An Objective-C iOS library providing a custom web view controller that mimics WeChat's in-app browser navigation, with a progress bar and swipe-back gesture to go to the previous page or close, behaving like UINavigationController. It works by subclassing UINavigationController (RxWebViewNavigationViewController) and pushing RxWebViewController instances.

## Use cases
- embed a webview that navigates like a native view controller in iOS
- add a WeChat-style progress bar to in-app browser screens
- support swipe-back gesture between web pages in an iOS app
- show back and close buttons in a navigation bar for web content
- customize navigation bar tint and back button image for webview screens

## When to choose
- you are building an older Objective-C or legacy iOS app that needs WeChat-like webview navigation
- you want a drop-in webview controller with progress bar and swipe-back without much setup
- you need webview navigation that integrates with your existing UINavigationController styling

## When to avoid
- you are starting a new iOS project - it uses deprecated UIWebView instead of WKWebView
- you need Swift-native or SwiftUI webview components
- you need actively maintained software - the last release was in 2020 and there is no license

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, web-framework
- domain: mobile-development, web-development
- platform: cpp
- tags: objective-c, webview, uikit, wechat-style-navigation, swipe-back, uiwebview, ios, mobile, swift

## Member repositories
- Roxasora/RxWebViewController (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:13.046096+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-30T05:02:54.151934+00:00, confidence not recorded.
  - readme: https://github.com/Roxasora/RxWebViewController (fetched 2026-08-28T04:04:13.046096+00:00, sha f2280c64872a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
