Q-Mobile/QGrid
🎛 QGrid: The missing SwiftUI collection view. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2603
- days_rel: n/a
- days_push: 2219
- n_releases_24m: 0
Adoption not part of the score
1649 stars · 104 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
library · maturity maintenance
ui-components frontend-framework mobile-development frontend cross-platform swiftui grid-view collection-view declarative-ui swift-package-manager ios macos swift mobile
1 source
- readme: https://github.com/Q-Mobile/QGrid · fetched 2026-08-28 · dd0bc769d368
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Q-Mobile/QGrid | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem