# danielamitay/DACircularProgress

DACircularProgress is a UIView subclass with circular UIProgressView properties.

Repository: https://github.com/danielamitay/DACircularProgress
Canonical: https://ross.abutalabs.com/products/dacircularprogress
Language: Objective-C
License: NOASSERTION
License Family: other
Last push: 2022-09-09T12:24:57+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": 5321, "days_push": 1454, "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 2340, forks 338 (observed 2026-08-28T04:06:38.623088+00:00)

## What it is
DACircularProgress is an Objective-C UIView subclass that renders a circular progress indicator, mimicking Facebook's photo upload progress view. It supports Interface Builder integration, customizable track/progress tint colors, and rounded corners on iOS 5.0+.

## Use cases
- show a circular progress indicator during file uploads
- display circular download progress in an iOS app
- replace UIProgressView with a ring-style progress view
- add a photo upload progress spinner like Facebook's
- customize progress ring colors and rounded corners in UIKit

## When to choose
- you need a lightweight, drop-in circular progress view for a legacy Objective-C or older iOS (5.0+) project
- you want simple manual installation without dependency managers
- you need Interface Builder support for a custom progress view

## When to avoid
- you are building a modern Swift/SwiftUI app where native or newer Swift progress components are preferable
- you need highly animated or complex progress indicators beyond a simple ring
- you require actively maintained software with frequent updates

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, animation
- domain: mobile-development, cross-platform
- platform: -
- tags: objective-c, progress-view, circular-progress, uikit, ios, mobile

## Member repositories
- danielamitay/DACircularProgress (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:38.623088+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-30T02:37:25.048954+00:00, confidence not recorded.
  - readme: https://github.com/danielamitay/DACircularProgress (fetched 2026-08-28T04:06:38.623088+00:00, sha 3b57f4d10816)
- Data as of 2026-08-30T08:39:29.467469+00:00.
