RepoPilot

slackhq/PanModal

An elegant and highly customizable presentation API for constructing bottom sheet modals on iOS.

Mixed

Slowing — last commit 6mo ago

MixedDependency

CI evidence incomplete; 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 6mo ago; CI evidence incomplete…

  • Slowing — last commit 6mo ago
  • Last commit 6mo ago
  • 20 active contributors
  • Distributed ownership (top contributor 34% of recent commits)
  • MIT licensed
  • 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

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: slackhq/PanModal

Generated by RepoPilot · document generated 2026-09-17 · concise human review Evidence snapshot · analyzed 2026-09-17T04:44:28.639Z · commit 76ab89f788dc

Verdict

Mixed — Slowing — last commit 6mo ago

  • Last commit 6mo ago
  • 20 active contributors
  • Distributed ownership (top contributor 34% of recent commits)
  • MIT licensed
  • 1 more receipt on the live page

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests

What it is

PanModal is a Swift framework that provides an elegant presentation API for iOS bottom sheet modals with seamless pan gesture handling. It enables view controllers to be presented as draggable, customizable bottom sheets while maintaining 60 fps performance and automatically managing pan gesture transitions between the modal and any embedded UIScrollView. Modular framework organized under PanModal/ with four core subsystems: Animator/ (PanModalAnimator.swift, PanModalPresentationAnimator.swift) handles transition animations; Controller/ (PanModalPresentationController.swift) manages the presentation lifecycle; Presentable/ (PanModalPresentable.swift + extensions) defines the protocol and…

Start here

Open these first:

  • PanModal/Presentable/PanModalPresentable.swift — Core protocol defining the customization contract for any bottom sheet modal; all presentable objects must conform to this.
  • PanModal/Presenter/UIViewController+PanModalPresenter.swift — Extension enabling any UIViewController to present PanModal sheets; entry point for most integration.
  • PanModal/Delegate/PanModalPresentationDelegate.swift — Delegate protocol managing presentation lifecycle, transition callbacks, and gesture handling.
  • PanModal/Controller/PanModalPresentationController.swift — Custom UIPresentationController orchestrating layout, frame management, and dimmed view presentation.
  • PanModal/Animator/PanModalPresentationAnimator.swift — UIViewControllerAnimatedTransitioning implementation driving entrance/exit animations and pan gesture integration.

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/slackhq/PanModal.git
cd PanModal
pod install  # or use Carthage/SPM depending on preference
open PanModalDemo.xcodeproj

Daily commands:

Open PanModalDemo.xcodeproj in Xcode and run the PanModalDemo scheme. The Sample/ directory contains AppDelegate.swift and example view controllers demonstrating presentPanModal() usage.

Key cautions & unknowns

  • Slowing — last commit 6mo ago
  • No test files visible in top 60—unclear what test coverage exists or how to run tests before submitting changes. The gesture bridging between modal and UIScrollView (mentioned in README) has complex state management in…
  • 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/slackhq/panmodal?axis=fork)](https://repopilot.app/r/slackhq/panmodal)

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

Ask AI about slackhq/panmodal

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

Or write your own question

More from slackhq

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