# Jiar/SegementSlide

Multi-tier UIScrollView nested scrolling solution. 😋😋😋

Repository: https://github.com/Jiar/SegementSlide
Canonical: https://ross.abutalabs.com/products/segementslide
Homepage: https://blog.jiar.me/2019/02/13/Multi-tier-UIScrollView-nested-scrolling-solution/
Language: Swift
License: Apache-2.0
License Family: permissive
Last push: 2021-05-13T09:26:37+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 2826, "days_push": 1938, "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 1324, forks 167 (observed 2026-08-28T04:04:22.309628+00:00)

## What it is
A Swift library providing a multi-tier nested scrolling solution for UIScrollViews on iOS, commonly used for profile pages with sticky headers, segmented tabs, and scrollable child lists. It handles gesture coordination between parent and child scroll views.

## Use cases
- build a user profile page with sticky header and paged scrollable tabs
- implement nested scrolling between parent and child UIScrollViews in iOS
- create a topic detail page with header that fades on scroll and segmented tabs
- coordinate scroll gestures between multiple UIScrollViews without interrupted gestures
- add a segmented slide menu with embedded scrollable lists in Swift

## When to choose
- building an iOS app in Swift/UIKit that needs the common header + segmented tabs + scrolling list layout
- you want battle-tested nested scrolling without hand-rolling gesture coordination

## When to avoid
- building with SwiftUI rather than UIKit
- you need a cross-platform (Android/web) solution
- you need actively maintained software - last release was 2021

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, animation, state-management
- domain: mobile-development, frontend, cross-platform
- platform: -
- tags: uikit, nested-scrolling, segmented-control, cocoapods, scrollview, ios, swift, mobile

## Member repositories
- Jiar/SegementSlide (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:22.309628+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-30T04:46:40.605416+00:00, confidence not recorded.
  - readme: https://github.com/Jiar/SegementSlide (fetched 2026-08-28T04:04:22.309628+00:00, sha 25da1c857b7c)
  - homepage: https://blog.jiar.me/2019/02/13/Multi-tier-UIScrollView-nested-scrolling-solution/ (fetched 2026-08-29T12:05:35.787278+00:00, sha 5bd43a7c8d53)
- Data as of 2026-08-30T08:39:29.467469+00:00.
