# escoz/QuickDialog

QuickDialog - Quick and easy dialog screens for iOS

Repository: https://github.com/escoz/QuickDialog
Canonical: https://ross.abutalabs.com/products/quickdialog
Homepage: http://escoz.com/open-source/quickdialog
Language: Objective-C
License: NOASSERTION
License Family: other
Last push: 2022-09-23T09:05:48+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5500, "days_push": 1440, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3058, forks 632 (observed 2026-08-28T04:07:41.077112+00:00)

## What it is
QuickDialog is an Objective-C library for building HIG-compliant forms and dialog screens on iOS without directly managing UITableViews, delegates, and data sources. It provides a declarative, element-based API for composing forms with text fields, selection lists, and even thousands of items.

## Use cases
- build ios forms without dealing with uitableview delegates
- create in-app settings screens for an iphone app
- show a dialog with multiple text fields in objective-c
- quickly create hig-compliant form screens in an ios app
- build long scrolling forms with many items on ios
- prototype ios input screens without storyboards

## When to choose
- you are maintaining or extending a legacy Objective-C iOS app that already uses QuickDialog
- you need a lightweight, code-driven form builder for older iOS versions that predate modern UIKit form tooling
- you want a MonoTouch.Dialog-style declarative approach to building native iOS forms

## When to avoid
- you are starting a new iOS project - Swift, SwiftUI, or modern UIKit approaches are far better supported
- you need Swift-native APIs, async/await, or compatibility with the latest iOS and Xcode versions
- you require an actively maintained dependency - the project has seen no meaningful activity for years

## Facets
- artifact type: library
- maturity: abandoned
- function: ui-components, gui, form-handling
- domain: mobile-development
- platform: -
- tags: objective-c, ios-forms, dialogs, uitableview, declarative-forms, legacy-ios, monotouch-dialog-inspired, ios, mobile

## Member repositories
- escoz/QuickDialog (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:41.077112+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-30T07:28:47.795444+00:00, confidence not recorded.
  - readme: https://github.com/escoz/QuickDialog (fetched 2026-08-28T04:07:41.077112+00:00, sha bba2800085c4)
- Data as of 2026-08-30T08:39:29.467469+00:00.
