RepoPilot

airbnb/MagazineLayout

A collection view layout capable of laying out views in vertically scrolling grids and lists.

Mixed

Single-maintainer risk — review before adopting

MixedDependency

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

dependency CVE scan unavailable

  • Single-maintainer risk — top contributor 82% of recent commits
  • Last commit 3mo ago
  • 14 active contributors
  • Apache-2.0 licensed
  • CI configured
  • Tests present

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: airbnb/MagazineLayout

Generated by RepoPilot · document generated 2026-09-16 · concise human review Evidence snapshot · analyzed 2026-09-16T01:50:58.700Z · commit c940309fd471

Verdict

Mixed — Single-maintainer risk — review before adopting

  • Last commit 3mo ago
  • 14 active contributors
  • Apache-2.0 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

What it is

MagazineLayout is a UICollectionViewLayout subclass for iOS that enables vertically scrolling grids and lists with flexible item widths (full-width, half-width, third-width, etc.), self-sizing in the vertical dimension, pinned headers/footers, and customizable insert/delete animations. It solves the limitation of UICollectionViewFlowLayout by supporting per-item sizing preferences, per-section spacing and inset configuration, and section backgrounds—enabling complex layouts like Airbnb's home search, wishlist, and product detail screens. Single-package structure: core layout logic resides in MagazineLayout.xcodeproj (main framework), Example/ contains four demo ViewControllers (GridDemo,…

Start here

Open these first:

  • MagazineLayout/Public/MagazineLayout.swift — Main layout class that implements UICollectionViewLayout; all contributors must understand the core layout algorithm and…
  • MagazineLayout/LayoutCore/ModelState.swift — Manages the internal model state for item sizing and positioning; core to understanding how layout calculations are…
  • MagazineLayout/LayoutCore/SectionModel.swift — Defines how sections are structured and laid out; essential for understanding multi-section layout logic.
  • MagazineLayout/LayoutCore/ItemModel.swift — Represents individual items and their sizing modes; critical for item width/height calculation logic.
  • MagazineLayout/Public/UICollectionViewDelegateMagazineLayout.swift — Delegate protocol that defines how ViewControllers configure the layout; required reading for API surface.

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/airbnb/MagazineLayout.git && cd MagazineLayout && open MagazineLayout.xcodeproj (for framework development) or open Example/MagazineLayoutExample.xcworkspace (for example app). For SPM: add…

Daily commands:

For framework: open MagazineLayout.xcodeproj and build the MagazineLayout scheme. For example app: open Example/MagazineLayoutExample.xcworkspace and run the MagazineLayoutExample scheme on iOS simulator or device. Run…

…shortened for this brief.

Key cautions & unknowns

  • Single-maintainer risk — top contributor 82% of recent commits
  • No explicit env vars or service dependencies visible. Possible gotchas: (1) Self-sizing calculations are vertical-only; horizontal sizing is controlled by fractional width configuration—mixing auto-sizing in both…
  • 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/airbnb/magazinelayout?axis=fork)](https://repopilot.app/r/airbnb/magazinelayout)

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

Ask AI about airbnb/magazinelayout

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