RepoPilot

andreamazz/AMScrollingNavbar

Scrollable UINavigationBar that follows the scrolling of a UIScrollView

Mixed

Stale — last commit 3y ago

MixedDependency

last commit was 3y ago; no tests detected in the complete Git tree…

HealthyFork & modify

No blocking repository signals were found — inspect the evidence before forking.

HealthyLearn from

Documented and popular — useful reference codebase to read through.

MixedDeploy as-is

last commit was 3y ago; Scorecard "Branch-Protection" is 0/10…

  • Stale — last commit 3y ago
  • Concentrated ownership — top contributor handles 74% of recent commits
  • No tests detected in the complete Git tree
  • Scorecard: marked unmaintained (0/10)
  • Scorecard: default branch unprotected (0/10)
  • 12 active contributors
  • MIT licensed
  • CI configured

What would improve this?

  • Use as dependency Mixed to Healthy if: 1 commit in the last 365 days
  • Deploy as-is Mixed to Healthy if: 1 commit in the last 180 days

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against OpenSSF Scorecard

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: andreamazz/AMScrollingNavbar

Generated by RepoPilot · document generated 2026-09-12 · concise human review Evidence snapshot · analyzed 2026-09-12T20:37:16.413Z · commit 5016bc166af5

Verdict

Mixed — Stale — last commit 3y ago

  • 12 active contributors
  • MIT licensed
  • CI configured

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against OpenSSF Scorecard

What it is

AMScrollingNavbar is a Swift/UIKit library that makes a UINavigationBar collapse and expand in sync with scrolling in a UIScrollView or UITableView. It replaces the standard UINavigationController with ScrollingNavigationController to track scroll events and smoothly animate the navbar's vertical position, solving the problem of maintaining screen real estate in content-heavy iOS apps while keeping navigation accessible. Single-component library: Source/ contains three Swift files (ScrollingNavbar+Sizes.swift, ScrollingNavigationController.swift, ScrollingNavigationViewController.swift) that extend/subclass UINavigationController. Demo/ is a standalone CocoaPods-based test app. The library…

Start here

Open these first:

  • Source/ScrollingNavigationController.swift — Core controller extending UINavigationController with scroll-tracking behavior; entry point for the library's main…
  • Source/ScrollingNavigationViewController.swift — Base view controller class that manages navbar visibility state and scroll view observation logic.
  • Source/ScrollingNavbar+Sizes.swift — Extension handling navbar height calculations and frame adjustments during scrolling animations.
  • AMScrollingNavbar.podspec — CocoaPods package specification defining dependencies, version, and distribution metadata.
  • Package.swift — Swift Package Manager manifest enabling SPM-based integration alongside CocoaPods/Carthage.

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

git clone https://github.com/andreamazz/AMScrollingNavbar.git
cd AMScrollingNavbar
cd Demo
pod install
open ScrollingNavbarDemo.xcworkspace

Then build and run the demo target in Xcode to see the scrolling navbar in action.

Daily commands:

Open AMScrollingNavbar.xcodeproj in Xcode and run the scheme AMScrollingNavbar, or navigate to Demo/ and run pod install && open ScrollingNavbarDemo.xcworkspace to run the example app.

Key cautions & unknowns

  • Stale — last commit 3y ago
  • Concentrated ownership — top contributor handles 74% of recent commits
  • No tests detected in the complete Git tree
  • The library requires using ScrollingNavigationController instead of UINavigationController—if you forget to set the navigation controller's class in storyboard or instantiate programmatically, followScrollView() calls…
  • Published-advisory coverage was unavailable for the captured dependencies.
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo — get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Forkable" badge

Paste into your README — live-updates from the latest cached analysis.

Variant:
RepoPilot: Forkable
[![RepoPilot: Forkable](https://repopilot.app/api/badge/andreamazz/amscrollingnavbar?axis=fork)](https://repopilot.app/r/andreamazz/amscrollingnavbar)

Paste at the top of your README.md — renders inline like a shields.io badge.

Preview social card

This card auto-renders when someone shares https://repopilot.app/r/andreamazz/amscrollingnavbar on X, Slack, or LinkedIn.

Ask AI about andreamazz/amscrollingnavbar

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question
Embed this chat in your README

Drop this iframe anywhere — the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/andreamazz/amscrollingnavbar"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>