# Q-Mobile/QGrid

🎛 QGrid: The missing SwiftUI collection view.

Repository: https://github.com/Q-Mobile/QGrid
Canonical: https://ross.abutalabs.com/products/q-mobile-qgrid
Language: Swift
License: MIT
License Family: permissive
Topics: swiftui, swift, swift5, ios, swiftui-example, grid, declarative-ui
Last push: 2020-08-05T19:44:45+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 2603, "days_push": 2219, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1649, forks 104 (observed 2026-08-28T04:05:16.735155+00:00)

## What it is
QGrid is a SwiftUI library that provides a grid/collection view, computing cells from identified data the same way SwiftUI's List works. It is distributed via Swift Package Manager for iOS, tvOS, and macOS apps.

## Use cases
- display a grid of items in a SwiftUI app
- build a photo gallery layout in SwiftUI
- create a collection view without UIKit
- lay out cards in multiple columns in SwiftUI
- render a grid from an array of identified data

## When to choose
- you need a grid layout in SwiftUI on iOS 13+ or macOS 10.15+
- you want List-like declarative data-driven grid cells
- you prefer a lightweight SPM dependency over custom UICollectionView wrapping

## When to avoid
- you target iOS 14+ and can use the built-in LazyVGrid
- you need actively maintained features or recent bug fixes
- you need complex collection view features like section headers or drag-and-drop

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, frontend-framework
- domain: mobile-development, frontend, cross-platform
- platform: -
- tags: swiftui, grid-view, collection-view, declarative-ui, swift-package-manager, ios, macos, swift, mobile

## Member repositories
- Q-Mobile/QGrid (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:16.735155+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:45:07.322331+00:00, confidence not recorded.
  - readme: https://github.com/Q-Mobile/QGrid (fetched 2026-08-28T04:05:16.735155+00:00, sha dd0bc769d368)
- Data as of 2026-08-30T08:39:29.467469+00:00.
