RepoPilot

Yalantis/Persei

Animated top menu for UITableView / UICollectionView / UIScrollView written in Swift

Mixed

Stale — last commit 6y ago

MixedDependency

last commit was 6y ago; test evidence incomplete…

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 6y ago; dependency CVE scan unavailable

  • Stale — last commit 6y ago
  • 13 active contributors
  • Distributed ownership (top contributor 36% of recent commits)
  • MIT licensed
  • CI configured

What would improve this?

  • Use as dependency Mixed to Healthy if: 1 commit in the last 365 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: Yalantis/Persei

Generated by RepoPilot · document generated 2026-09-16 · concise human review Evidence snapshot · analyzed 2026-09-16T22:03:42.330Z · commit 287dbc343d9e

Verdict

Mixed — Stale — last commit 6y ago

  • 13 active contributors
  • Distributed ownership (top contributor 36% of recent commits)
  • MIT licensed
  • CI configured

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

What it is

Persei is an animated top menu component for iOS (UITableView, UICollectionView, UIScrollView) written in Swift that displays interactive menu items with smooth reveal/collapse animations. It provides a reusable MenuView that can be added as a subview to scroll containers, allowing users to filter or navigate content via an elegant animated menu bar. Simple focused library: root /Persei directory contains the Swift framework sources (inferred, not fully visible), /Example contains a complete iOS app demonstrating MenuView with TableViewController, CollectionViewController, and AppDelegate. External UIImage utility (Objective-C bridge) in /Example/External shows legacy integration patterns.

Start here

Open these first:

  • Example/Example/Controllers/TableViewController.swift — Primary example implementation showing how to integrate Persei menu with UITableView; demonstrates core API usage and menu…
  • Example/Example/Controllers/CollectionViewController.swift — Secondary example showing Persei integration with UICollectionView; illustrates alternative scroll view attachment patterns
  • Example/Example/Misc/Animation/CircularRevealTransition.swift — Core animation logic for the circular reveal effect that defines Persei's signature visual behavior
  • Example/Example/AppDelegate.swift — Application entry point; sets up the example app structure and initial view controller navigation
  • .travis.yml — Build and CI configuration; defines Swift version compatibility matrix and test execution

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/Yalantis/Persei.git
cd Persei
cd Example
pod install  # if using CocoaPods
open Example.xcworkspace
# Build and run in Xcode (Cmd+R)

Or: pod 'Persei', '~> 4.0' in your Podfile, run pod install, then import Persei.

Daily commands:

In Xcode (Example/Example.xcodeproj): Select 'Example' scheme, press Cmd+R. Alternatively: xcodebuild -project Example/Example.xcodeproj -scheme Example -destination 'generic/platform=iOS'.

Key cautions & unknowns

  • Stale — last commit 6y ago
  • Bridging Header (Example-Bridging-Header.h): Project includes Objective-C compatibility layer for UIImage+Autoresize extension—be aware when modifying assets or image handling. iOS 7 Support: Manual…
  • 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/yalantis/persei?axis=fork)](https://repopilot.app/r/yalantis/persei)

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

Ask AI about yalantis/persei

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