RepoPilot

eggswift/ESTabBarController

:octocat: ESTabBarController is a Swift model for customize UI, badge and adding animation to tabbar items. Support lottie!

Mixed

Stale — last commit 3y ago

MixedDependency

last commit was 3y 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 3y ago; dependency CVE scan unavailable

  • Stale — last commit 3y ago
  • 24+ active contributors
  • Distributed ownership (top contributor 45% 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: eggswift/ESTabBarController

Generated by RepoPilot · document generated 2026-09-13 · concise human review Evidence snapshot · analyzed 2026-09-13T17:33:12.286Z · commit 649aaea58701

Verdict

Mixed — Stale — last commit 3y ago

  • 24+ active contributors
  • Distributed ownership (top contributor 45% 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

ESTabBarController is a Swift UITabBarController subclass that enables deep customization of tab bar UI, badges, and item animations while maintaining API compatibility with UITabBarController. It supports Lottie animations and allows mixing custom ESTabBarItem instances with native UITabBarItem objects in the same tab bar. Single-package structure: core ESTabBarController logic lives in the root Sources/ (inferred from .swiftpm presence), example app at ESTabBarControllerExample/ with standard Xcode project layout showing Assets (TabBar, cardboard images), and podspec at root for distribution.

Start here

Open these first:

  • ESTabBarControllerExample/ESTabBarControllerExample/AppDelegate.swift — Application entry point demonstrating ESTabBarController initialization and configuration patterns for the framework.
  • .swift-version — Specifies Swift language version compatibility; critical for understanding minimum deployment requirements.
  • ESTabBarController-swift.podspec — Pod specification file defining dependencies, version, and distribution metadata for CocoaPods integration.
  • .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata — Swift Package Manager workspace configuration; essential for understanding modular structure and dependency management.
  • ESTabBarControllerExample/ESTabBarControllerExample.xcodeproj/project.pbxproj — Xcode project configuration containing build settings, target definitions, and resource references for the example app.

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: git clone https://github.com/eggswift/ESTabBarController.git && cd ESTabBarController. Install: pod install (CocoaPods) or open .swiftpm/xcode/package.xcworkspace for SwiftPM. Run example: `open ESTabBarCon…

Daily commands:

Open ESTabBarControllerExample/ESTabBarControllerExample.xcodeproj, select the 'ESTabBarController' scheme, and press Cmd+R. Or via SwiftPM: swift build -c release from root.

…shortened for this brief.

Key cautions & unknowns

  • Stale — last commit 3y ago
  • Lottie is optional via podspec but deeply integrated in examples—ensure Lottie is installed if using animation features. UITabBarController's 'More' item behavior (when >5 items) is replicated but may differ subtly…
  • 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/eggswift/estabbarcontroller?axis=fork)](https://repopilot.app/r/eggswift/estabbarcontroller)

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

Ask AI about eggswift/estabbarcontroller

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