RepoPilot

xmartlabs/XLPagerTabStrip

Android PagerTabStrip for iOS.

Mixed

Stale — last commit 3y ago

MixedDependency

last commit was 3y ago; dependency CVE scan unavailable

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
  • Scorecard: marked unmaintained (0/10)
  • Scorecard: default branch unprotected (0/10)
  • 27+ active contributors
  • Distributed ownership (top contributor 44% of recent commits)
  • MIT licensed
  • CI configured
  • Tests present

What would improve this?

  • 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: xmartlabs/XLPagerTabStrip

Generated by RepoPilot · document generated 2026-09-16 · concise human review Evidence snapshot · analyzed 2026-09-16T15:20:45.023Z · commit 211ed62aa376

Verdict

Mixed — Stale — last commit 3y ago

  • 27+ active contributors
  • Distributed ownership (top contributor 44% of recent commits)
  • MIT licensed
  • CI configured
  • 1 more receipt on the live page

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

What it is

XLPagerTabStrip is an iOS container view controller that mimics Android's PagerTabStrip, enabling seamless navigation between child view controllers via swipe gestures and tabbed navigation. It provides four distinct UI variants (Button Bar, Bar, Segmented, Twitter-style) with interactive indicators showing current/previous/next controller state, commonly used in apps like Instagram, Spotify, and YouTube. Hybrid structure: main library code lives in Sources/XLPagerTabStrip/ (BarPagerTabStripViewController.swift, ButtonBarPagerTabStripViewController.swift, TwitterPagerTabStripViewController.swift as concrete implementations), with legacy Objective-C bindings in ObjC/ (FXPageControl).…

Start here

Open these first:

  • Sources/XLPagerTabStrip/PagerTabStripViewController.swift — Abstract base controller implementing core pager tab strip lifecycle and view controller coordination logic.
  • Sources/XLPagerTabStrip/ButtonBarPagerTabStripViewController.swift — Concrete implementation providing button-based tab navigation; primary use case for most integrations.
  • Sources/XLPagerTabStrip/IndicatorInfo.swift — Data model defining tab metadata (title, image, badge) passed from child view controllers.
  • Sources/XLPagerTabStrip/PagerTabStripBehaviour.swift — Protocol defining swipe/scroll behavior and page transition callbacks for all pager implementations.
  • Package.swift — Swift Package Manager manifest declaring iOS deployment target and module structure.

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.

Clone the repo, then use CocoaPods (pod install with XLPagerTabStrip.podspec), Carthage (via Cartfile.private), or Swift Package Manager (Package.swift); open Example.xcodeproj in Xcode to explore runnable examples. Exa…

Daily commands:

Open Example.xcodeproj in Xcode, select the Example target, and press Run (Cmd+R). Playground.playground/Contents.swift provides interactive examples. For development, CocoaPods workspace is likely configured in XLPager…

…shortened for this brief.

Key cautions & unknowns

  • Stale — last commit 3y ago
  • Scorecard: marked unmaintained (0/10)
  • Scorecard: default branch unprotected (0/10)
  • No explicit build-time dependencies, environment variables, or configuration files are documented in the provided structure. Key gotcha: the library is UIViewController-based (pre-SwiftUI)—the README explicitly…
  • 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/xmartlabs/xlpagertabstrip?axis=fork)](https://repopilot.app/r/xmartlabs/xlpagertabstrip)

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/xmartlabs/xlpagertabstrip on X, Slack, or LinkedIn.

Ask AI about xmartlabs/xlpagertabstrip

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/xmartlabs/xlpagertabstrip"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>