# pujiaxin33/JXPagingView

类似微博主页、简书主页等效果。多页面嵌套，既可以上下滑动，也可以左右滑动切换页面。支持HeaderView悬浮、支持下拉刷新、上拉加载更多。

Repository: https://github.com/pujiaxin33/JXPagingView
Canonical: https://ross.abutalabs.com/products/jxpagingview
Language: Objective-C
License: MIT
License Family: permissive
Topics: pagingview, page, segmentedcontrol, scrollview, pageview
Last push: 2025-04-14T07:56:03+00:00

## Health v2 (maintenance only)
Score: 39/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 16, release rhythm 35, longevity 100
- inputs: {"age_days": 2945, "days_push": 506, "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 3050, forks 603 (observed 2026-08-28T04:07:39.609638+00:00)

## What it is
JXPagingView is an iOS UI library (Objective-C and Swift) for building nested multi-page scrolling layouts like Weibo or Jianshu profile pages, with vertical scrolling inside horizontally swipeable pages. It supports a pinning/floating header view, pull-to-refresh, load-more, and lazy list loading.

## Use cases
- build a user profile page with a scrollable header and swipeable tab pages like Weibo
- implement nested vertical and horizontal scrolling in an iOS app
- pin a header view while child lists scroll
- add pull-to-refresh and load-more to a paged profile layout
- lazy-load tab pages only when they become visible
- combine a segmented category control with paged list views

## When to choose
- you need the classic profile-page pattern with a floating header and swipeable child lists on iOS
- you want both Objective-C and Swift support with a simple delegate-based list integration
- you need smooth coordinated scrolling between the header and child lists

## When to avoid
- you are building for Android or cross-platform frameworks rather than iOS UIKit
- you need a simple single scroll view without nested paging
- you want SwiftUI-native paging rather than UIKit-based components

## Facets
- artifact type: library
- maturity: stable
- function: ui-components, animation, routing
- domain: mobile-development, frontend, cross-platform
- platform: -
- tags: nested-scrolling, paging, segmented-control, header-pinning, objective-c, uikit, pull-to-refresh, profile-page, ios, swift, mobile

## Member repositories
- pujiaxin33/JXPagingView (main) score 39

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:39.609638+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-30T07:28:55.150631+00:00, confidence not recorded.
  - readme: https://github.com/pujiaxin33/JXPagingView (fetched 2026-08-28T04:07:39.609638+00:00, sha d5690cf06930)
- Data as of 2026-08-30T08:39:29.467469+00:00.
